Ingo, This patch adds a missing semicolon in the percpu_list.h under !CONFIG_SMP. Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Index: linux-2.6.23-rc2-rt2/include/linux/percpu_list.h =================================================================== --- linux-2.6.23-rc2-rt2.orig/include/linux/percpu_list.h +++ linux-2.6.23-rc2-rt2/include/linux/percpu_list.h @@ -84,7 +84,7 @@ void percpu_list_fold(struct percpu_list struct percpu_list { struct lock_list_head list; -} +}; static inline void percpu_list_init(struct percpu_list *pcl) - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html