1
0
Fork 0
alistair23-linux/arch/frv/mb93090-mb00
David Howells 9dec17eb57 [PATCH] FRV: Fix FRV arch compile errors
Fix some FRV arch compile errors, including:

 (*) Marking nr_kernel_pages as __meminitdata so that references to it end up
     being properly calculated rather than being assumed to be in the small
     data section (and thus calculated wrt the GP register).  Not doing this
     causes the linker to emit errors as the offset is too big to fit into the
     load instruction.

 (*) Move pm_power_off into an unconditionally compiled .c file as it's now
     unconditionally accessed.

 (*) Declare frv_change_cmode() in a header file rather than in a .c file, and
     declare it asmlinkage.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-10 13:24:21 -07:00
..
Makefile [PATCH] frv: add pci_iomap 2006-01-08 20:13:37 -08:00
pci-dma-nommu.c [PATCH] frv: implement and export various things required by modules 2006-01-08 20:13:36 -08:00
pci-dma.c [PATCH] frv: implement and export various things required by modules 2006-01-08 20:13:36 -08:00
pci-frv.c [PATCH] 64bit resource: change pci core and arch code to use resource_size_t 2006-06-27 09:24:00 -07:00
pci-frv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci-iomap.c [PATCH] frv: add pci_iomap 2006-01-08 20:13:37 -08:00
pci-irq.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pci-vdk.c [PATCH] FRV: Fix FRV arch compile errors 2006-07-10 13:24:21 -07:00