source: patches/linux-2.6.24-elf_spitfire_fix-1.patch@ 55426c3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 55426c3 was bc025de, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Quick Fix.

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[aab67ee]1Submitted By: Joe Ciccone <jciccone@gmail.com>
2Date: 2008-02-03
3Initial Package Version: 2.6.24
4Upstream Status: Not Submitted
5Origin: Joe Ciccone
6Description: Ensure that spitfire.h is available for asm-sparc64/elf.h and
7 ensure that the same header also includes spitfire.h out of
8 kernel space.
9
10diff -Naur linux-2.6.24.orig/include/asm-sparc64/elf.h linux-2.6.24/include/asm-sparc64/elf.h
11--- linux-2.6.24.orig/include/asm-sparc64/elf.h 2008-01-24 17:58:37.000000000 -0500
12+++ linux-2.6.24/include/asm-sparc64/elf.h 2008-02-03 12:35:17.000000000 -0500
13@@ -10,8 +10,8 @@
14 #ifdef __KERNEL__
15 #include <asm/processor.h>
16 #include <asm/uaccess.h>
17-#include <asm/spitfire.h>
18 #endif
19+#include <asm/spitfire.h>
20
21 /*
22 * Sparc section types
23diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild linux-2.6.24/include/asm-sparc64/Kbuild
24--- linux-2.6.24.orig/include/asm-sparc64/Kbuild 2008-01-24 17:58:37.000000000 -0500
25+++ linux-2.6.24/include/asm-sparc64/Kbuild 2008-02-03 12:35:17.000000000 -0500
26@@ -16,6 +16,7 @@
27 header-y += psrcompat.h
28 header-y += pstate.h
29 header-y += reg.h
30+header-y += spitfire.h
31 header-y += uctx.h
32 header-y += utrap.h
33 header-y += watchdog.h
Note: See TracBrowser for help on using the repository browser.