source:
patches/linux-2.6.24.7-elf_spitfire_fix-1.patch@
f41b9d0
Last change on this file since f41b9d0 was 6d2a40a, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.2 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
Note:
See TracBrowser
for help on using the repository browser.