source:
patches/linux-2.6.24-elf_spitfire_fix-1.patch@
aab67ee
Last change on this file since aab67ee was aab67ee, checked in by , 17 years ago | |
---|---|
|
|
File size: 2.0 KB |
-
include/asm-sparc64/elf.h
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2008-02-03 Initial Package Version: 2.6.24 Upstream Status: Not Submitted Origin: Joe Ciccone Description: Ensure that spitfire.h is available for asm-sparc64/elf.h and ensure that the same header also includes spitfire.h out of kernel space. diff -Naur linux-2.6.24.orig/include/asm-sparc64/elf.h linux-2.6.24/include/asm-sparc64/elf.h
old new 10 10 #ifdef __KERNEL__ 11 11 #include <asm/processor.h> 12 12 #include <asm/uaccess.h> 13 #include <asm/spitfire.h>14 13 #endif 14 #include <asm/spitfire.h> 15 15 16 16 /* 17 17 * Sparc section types -
include/asm-sparc64/Kbuild
diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild linux-2.6.24/include/asm-sparc64/Kbuild
old new 16 16 header-y += psrcompat.h 17 17 header-y += pstate.h 18 18 header-y += reg.h 19 header-y += spitfire.h 19 20 header-y += uctx.h 20 21 header-y += utrap.h 21 22 header-y += watchdog.h -
include/asm-sparc64/Kbuild.orig
diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild.orig linux-2.6.24/include/asm-sparc64/Kbuild.orig
old new 1 include include/asm-generic/Kbuild.asm 2 3 ALTARCH := sparc 4 ARCHDEF := defined __sparc__ && defined __arch64__ 5 ALTARCHDEF := defined __sparc__ && !defined __arch64__ 6 7 header-y += apb.h 8 header-y += asi.h 9 header-y += bbc.h 10 header-y += bpp.h 11 header-y += display7seg.h 12 header-y += envctrl.h 13 header-y += openprom.h 14 header-y += openpromio.h 15 header-y += pconf.h 16 header-y += psrcompat.h 17 header-y += pstate.h 18 header-y += reg.h 19 header-y += uctx.h 20 header-y += utrap.h 21 header-y += watchdog.h 22 23 unifdef-y += fbio.h 24 unifdef-y += perfctr.h
Note:
See TracBrowser
for help on using the repository browser.