]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/linux-2.6.32.8-xen-patch-fixes.patch
Merge branch 'next' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x into next
[people/pmueller/ipfire-2.x.git] / src / patches / linux-2.6.32.8-xen-patch-fixes.patch
1 diff -Naur linux-2.6.32.8.org/init/main.c linux-2.6.32.8/init/main.c
2 --- linux-2.6.32.8.org/init/main.c 2010-02-17 20:30:17.000000000 +0100
3 +++ linux-2.6.32.8/init/main.c 2010-02-17 22:00:48.000000000 +0100
4 @@ -90,9 +90,6 @@
5 extern void prio_tree_init(void);
6 extern void radix_tree_init(void);
7 extern void free_initmem(void);
8 -#ifndef CONFIG_DEBUG_RODATA
9 -static inline void mark_rodata_ro(void) { }
10 -#endif
11
12 #ifdef CONFIG_TC
13 extern void tc_init(void);