]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-colinux-2.4.28/gcc340-fixes-v2.4.26-try3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-colinux-2.4.28 / gcc340-fixes-v2.4.26-try3.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.28/arch/i386/Makefile~gcc340-fixes-v2.4.26-try3   2004-11-17 06:54:21.000000000 -0500
7 +++ linux-2.4.28/arch/i386/Makefile     2004-11-27 15:59:39.719207784 -0500
8 @@ -98,6 +98,8 @@
9  # due to the lack of sharing of stacklots.
10  CFLAGS += $(call check_gcc,-fno-unit-at-a-time,)
11  
12 +CFLAGS += $(call check_gcc,-fno-unit-at-a-time,)
13 +
14  HEAD := arch/i386/kernel/head.o arch/i386/kernel/init_task.o
15  
16  SUBDIRS += arch/i386/kernel arch/i386/mm arch/i386/lib
17 --- linux-2.4.28/include/linux/smp.h~gcc340-fixes-v2.4.26-try3  2001-11-22 14:46:19.000000000 -0500
18 +++ linux-2.4.28/include/linux/smp.h    2004-11-27 16:01:01.519772208 -0500
19 @@ -26,7 +26,7 @@
20  /*
21   * sends a 'reschedule' event to another CPU:
22   */
23 -extern void FASTCALL(smp_send_reschedule(int cpu));
24 +extern void smp_send_reschedule(int cpu);
25  
26  
27  /*
28 --- linux-2.4.28/mm/page_alloc.c~gcc340-fixes-v2.4.26-try3      2004-11-17 06:54:22.000000000 -0500
29 +++ linux-2.4.28/mm/page_alloc.c        2004-11-27 15:59:39.851187720 -0500
30 @@ -46,7 +46,7 @@
31  
32  int vm_gfp_debug = 0;
33  
34 -static void FASTCALL(__free_pages_ok (struct page *page, unsigned int order));
35 +static void fastcall __free_pages_ok (struct page *page, unsigned int order);
36  
37  static spinlock_t free_pages_ok_no_irq_lock = SPIN_LOCK_UNLOCKED;
38  struct page * free_pages_ok_no_irq_head;