Changeset bc025de
- Timestamp:
- Feb 3, 2008, 10:23:15 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 55426c3
- Parents:
- aab67ee
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/patches.ent
raab67ee rbc025de 206 206 207 207 <!ENTITY linux-elf_spitfire_fix-patch "linux-&linux-version;-elf_spitfire_fix-1.patch"> 208 <!ENTITY linux-elf_spitfire_fix-patch-md5 " 45ad9299d3306e0e5f35c6bd78e87bc7">208 <!ENTITY linux-elf_spitfire_fix-patch-md5 "e0198bd54b7d1a2cd142d1bb22ae61f8"> 209 209 <!ENTITY linux-elf_spitfire_fix-patch-size "4 KB"> 210 210 -
patches/linux-2.6.24-elf_spitfire_fix-1.patch
raab67ee rbc025de 32 32 header-y += utrap.h 33 33 header-y += watchdog.h 34 diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild.orig linux-2.6.24/include/asm-sparc64/Kbuild.orig35 --- linux-2.6.24.orig/include/asm-sparc64/Kbuild.orig 1969-12-31 19:00:00.000000000 -050036 +++ linux-2.6.24/include/asm-sparc64/Kbuild.orig 2008-01-24 17:58:37.000000000 -050037 @@ -0,0 +1,24 @@38 +include include/asm-generic/Kbuild.asm39 +40 +ALTARCH := sparc41 +ARCHDEF := defined __sparc__ && defined __arch64__42 +ALTARCHDEF := defined __sparc__ && !defined __arch64__43 +44 +header-y += apb.h45 +header-y += asi.h46 +header-y += bbc.h47 +header-y += bpp.h48 +header-y += display7seg.h49 +header-y += envctrl.h50 +header-y += openprom.h51 +header-y += openpromio.h52 +header-y += pconf.h53 +header-y += psrcompat.h54 +header-y += pstate.h55 +header-y += reg.h56 +header-y += uctx.h57 +header-y += utrap.h58 +header-y += watchdog.h59 +60 +unifdef-y += fbio.h61 +unifdef-y += perfctr.h
Note:
See TracChangeset
for help on using the changeset viewer.