| [69cde8d] | 1 | Submitted By: Jeremy Huntwork (jhuntwork at linuxfromscratch dot org) | 
|---|
|  | 2 | Date: 2005-10-20 | 
|---|
|  | 3 | Initial Package Version: 2.6.12.0 | 
|---|
|  | 4 | Origin: Created for Cross-LFS | 
|---|
|  | 5 | Upstream Status: Not submitted - LFS Specific | 
|---|
|  | 6 | Description: Creates kernel header stubs for biarch builds, specific to ppc arch. | 
|---|
|  | 7 | Based on cross-lfs scripts by Ryan Oliver | 
|---|
|  | 8 |  | 
|---|
|  | 9 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/a.out.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/a.out.h | 
|---|
|  | 10 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/a.out.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 11 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/a.out.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 12 | @@ -0,0 +1,10 @@ | 
|---|
|  | 13 | +#ifndef __STUB__A_OUT_H__ | 
|---|
|  | 14 | +#define __STUB__A_OUT_H__ | 
|---|
|  | 15 | + | 
|---|
|  | 16 | +#ifdef __powerpc64__ | 
|---|
|  | 17 | +#include <asm-ppc64/a.out.h> | 
|---|
|  | 18 | +#else | 
|---|
|  | 19 | +#include <asm-ppc/a.out.h> | 
|---|
|  | 20 | +#endif | 
|---|
|  | 21 | + | 
|---|
|  | 22 | +#endif /* __STUB__A_OUT_H__ */ | 
|---|
|  | 23 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/abs_addr.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/abs_addr.h | 
|---|
|  | 24 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/abs_addr.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 25 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/abs_addr.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 26 | @@ -0,0 +1,8 @@ | 
|---|
|  | 27 | +#ifndef __STUB__ABS_ADDR_H__ | 
|---|
|  | 28 | +#define __STUB__ABS_ADDR_H__ | 
|---|
|  | 29 | + | 
|---|
|  | 30 | +#ifdef __powerpc64__ | 
|---|
|  | 31 | +#include <asm-ppc64/abs_addr.h> | 
|---|
|  | 32 | +#endif | 
|---|
|  | 33 | + | 
|---|
|  | 34 | +#endif /* __STUB__ABS_ADDR_H__ */ | 
|---|
|  | 35 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/agp.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/agp.h | 
|---|
|  | 36 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/agp.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 37 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/agp.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 38 | @@ -0,0 +1,10 @@ | 
|---|
|  | 39 | +#ifndef __STUB__AGP_H__ | 
|---|
|  | 40 | +#define __STUB__AGP_H__ | 
|---|
|  | 41 | + | 
|---|
|  | 42 | +#ifdef __powerpc64__ | 
|---|
|  | 43 | +#include <asm-ppc64/agp.h> | 
|---|
|  | 44 | +#else | 
|---|
|  | 45 | +#include <asm-ppc/agp.h> | 
|---|
|  | 46 | +#endif | 
|---|
|  | 47 | + | 
|---|
|  | 48 | +#endif /* __STUB__AGP_H__ */ | 
|---|
|  | 49 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/amigayle.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/amigayle.h | 
|---|
|  | 50 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/amigayle.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 51 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/amigayle.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 52 | @@ -0,0 +1,8 @@ | 
|---|
|  | 53 | +#ifndef __STUB__AMIGAYLE_H__ | 
|---|
|  | 54 | +#define __STUB__AMIGAYLE_H__ | 
|---|
|  | 55 | + | 
|---|
|  | 56 | +#ifndef __powerpc64__ | 
|---|
|  | 57 | +#include <asm-ppc/amigayle.h> | 
|---|
|  | 58 | +#endif | 
|---|
|  | 59 | + | 
|---|
|  | 60 | +#endif /* __STUB__AMIGAYLE_H__ */ | 
|---|
|  | 61 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/amipcmcia.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/amipcmcia.h | 
|---|
|  | 62 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/amipcmcia.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 63 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/amipcmcia.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 64 | @@ -0,0 +1,8 @@ | 
|---|
|  | 65 | +#ifndef __STUB__AMIPCMCIA_H__ | 
|---|
|  | 66 | +#define __STUB__AMIPCMCIA_H__ | 
|---|
|  | 67 | + | 
|---|
|  | 68 | +#ifndef __powerpc64__ | 
|---|
|  | 69 | +#include <asm-ppc/amipcmcia.h> | 
|---|
|  | 70 | +#endif | 
|---|
|  | 71 | + | 
|---|
|  | 72 | +#endif /* __STUB__AMIPCMCIA_H__ */ | 
|---|
|  | 73 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ans-lcd.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ans-lcd.h | 
|---|
|  | 74 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ans-lcd.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 75 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ans-lcd.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 76 | @@ -0,0 +1,8 @@ | 
|---|
|  | 77 | +#ifndef __STUB__ANS-LCD_H__ | 
|---|
|  | 78 | +#define __STUB__ANS-LCD_H__ | 
|---|
|  | 79 | + | 
|---|
|  | 80 | +#ifndef __powerpc64__ | 
|---|
|  | 81 | +#include <asm-ppc/ans-lcd.h> | 
|---|
|  | 82 | +#endif | 
|---|
|  | 83 | + | 
|---|
|  | 84 | +#endif /* __STUB__ANS-LCD_H__ */ | 
|---|
|  | 85 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/atomic.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/atomic.h | 
|---|
|  | 86 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/atomic.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 87 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/atomic.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 88 | @@ -0,0 +1,10 @@ | 
|---|
|  | 89 | +#ifndef __STUB__ATOMIC_H__ | 
|---|
|  | 90 | +#define __STUB__ATOMIC_H__ | 
|---|
|  | 91 | + | 
|---|
|  | 92 | +#ifdef __powerpc64__ | 
|---|
|  | 93 | +#include <asm-ppc64/atomic.h> | 
|---|
|  | 94 | +#else | 
|---|
|  | 95 | +#include <asm-ppc/atomic.h> | 
|---|
|  | 96 | +#endif | 
|---|
|  | 97 | + | 
|---|
|  | 98 | +#endif /* __STUB__ATOMIC_H__ */ | 
|---|
|  | 99 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bitops.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bitops.h | 
|---|
|  | 100 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bitops.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 101 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bitops.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 102 | @@ -0,0 +1,10 @@ | 
|---|
|  | 103 | +#ifndef __STUB__BITOPS_H__ | 
|---|
|  | 104 | +#define __STUB__BITOPS_H__ | 
|---|
|  | 105 | + | 
|---|
|  | 106 | +#ifdef __powerpc64__ | 
|---|
|  | 107 | +#include <asm-ppc64/bitops.h> | 
|---|
|  | 108 | +#else | 
|---|
|  | 109 | +#include <asm-ppc/bitops.h> | 
|---|
|  | 110 | +#endif | 
|---|
|  | 111 | + | 
|---|
|  | 112 | +#endif /* __STUB__BITOPS_H__ */ | 
|---|
|  | 113 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bootx.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bootx.h | 
|---|
|  | 114 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bootx.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 115 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bootx.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 116 | @@ -0,0 +1,8 @@ | 
|---|
|  | 117 | +#ifndef __STUB__BOOTX_H__ | 
|---|
|  | 118 | +#define __STUB__BOOTX_H__ | 
|---|
|  | 119 | + | 
|---|
|  | 120 | +#ifndef __powerpc64__ | 
|---|
|  | 121 | +#include <asm-ppc/bootx.h> | 
|---|
|  | 122 | +#endif | 
|---|
|  | 123 | + | 
|---|
|  | 124 | +#endif /* __STUB__BOOTX_H__ */ | 
|---|
|  | 125 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bseip.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bseip.h | 
|---|
|  | 126 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/bseip.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 127 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/bseip.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 128 | @@ -0,0 +1,8 @@ | 
|---|
|  | 129 | +#ifndef __STUB__BSEIP_H__ | 
|---|
|  | 130 | +#define __STUB__BSEIP_H__ | 
|---|
|  | 131 | + | 
|---|
|  | 132 | +#ifndef __powerpc64__ | 
|---|
|  | 133 | +#include <asm-ppc/bseip.h> | 
|---|
|  | 134 | +#endif | 
|---|
|  | 135 | + | 
|---|
|  | 136 | +#endif /* __STUB__BSEIP_H__ */ | 
|---|
|  | 137 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/byteorder.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/byteorder.h | 
|---|
|  | 138 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/byteorder.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 139 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/byteorder.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 140 | @@ -0,0 +1,10 @@ | 
|---|
|  | 141 | +#ifndef __STUB__BYTEORDER_H__ | 
|---|
|  | 142 | +#define __STUB__BYTEORDER_H__ | 
|---|
|  | 143 | + | 
|---|
|  | 144 | +#ifdef __powerpc64__ | 
|---|
|  | 145 | +#include <asm-ppc64/byteorder.h> | 
|---|
|  | 146 | +#else | 
|---|
|  | 147 | +#include <asm-ppc/byteorder.h> | 
|---|
|  | 148 | +#endif | 
|---|
|  | 149 | + | 
|---|
|  | 150 | +#endif /* __STUB__BYTEORDER_H__ */ | 
|---|
|  | 151 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cache.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cache.h | 
|---|
|  | 152 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cache.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 153 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cache.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 154 | @@ -0,0 +1,10 @@ | 
|---|
|  | 155 | +#ifndef __STUB__CACHE_H__ | 
|---|
|  | 156 | +#define __STUB__CACHE_H__ | 
|---|
|  | 157 | + | 
|---|
|  | 158 | +#ifdef __powerpc64__ | 
|---|
|  | 159 | +#include <asm-ppc64/cache.h> | 
|---|
|  | 160 | +#else | 
|---|
|  | 161 | +#include <asm-ppc/cache.h> | 
|---|
|  | 162 | +#endif | 
|---|
|  | 163 | + | 
|---|
|  | 164 | +#endif /* __STUB__CACHE_H__ */ | 
|---|
|  | 165 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cacheflush.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cacheflush.h | 
|---|
|  | 166 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cacheflush.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 167 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cacheflush.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 168 | @@ -0,0 +1,10 @@ | 
|---|
|  | 169 | +#ifndef __STUB__CACHEFLUSH_H__ | 
|---|
|  | 170 | +#define __STUB__CACHEFLUSH_H__ | 
|---|
|  | 171 | + | 
|---|
|  | 172 | +#ifdef __powerpc64__ | 
|---|
|  | 173 | +#include <asm-ppc64/cacheflush.h> | 
|---|
|  | 174 | +#else | 
|---|
|  | 175 | +#include <asm-ppc/cacheflush.h> | 
|---|
|  | 176 | +#endif | 
|---|
|  | 177 | + | 
|---|
|  | 178 | +#endif /* __STUB__CACHEFLUSH_H__ */ | 
|---|
|  | 179 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/checksum.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/checksum.h | 
|---|
|  | 180 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/checksum.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 181 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/checksum.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 182 | @@ -0,0 +1,10 @@ | 
|---|
|  | 183 | +#ifndef __STUB__CHECKSUM_H__ | 
|---|
|  | 184 | +#define __STUB__CHECKSUM_H__ | 
|---|
|  | 185 | + | 
|---|
|  | 186 | +#ifdef __powerpc64__ | 
|---|
|  | 187 | +#include <asm-ppc64/checksum.h> | 
|---|
|  | 188 | +#else | 
|---|
|  | 189 | +#include <asm-ppc/checksum.h> | 
|---|
|  | 190 | +#endif | 
|---|
|  | 191 | + | 
|---|
|  | 192 | +#endif /* __STUB__CHECKSUM_H__ */ | 
|---|
|  | 193 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/commproc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/commproc.h | 
|---|
|  | 194 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/commproc.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 195 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/commproc.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 196 | @@ -0,0 +1,8 @@ | 
|---|
|  | 197 | +#ifndef __STUB__COMMPROC_H__ | 
|---|
|  | 198 | +#define __STUB__COMMPROC_H__ | 
|---|
|  | 199 | + | 
|---|
|  | 200 | +#ifndef __powerpc64__ | 
|---|
|  | 201 | +#include <asm-ppc/commproc.h> | 
|---|
|  | 202 | +#endif | 
|---|
|  | 203 | + | 
|---|
|  | 204 | +#endif /* __STUB__COMMPROC_H__ */ | 
|---|
|  | 205 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/compat.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/compat.h | 
|---|
|  | 206 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/compat.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 207 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/compat.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 208 | @@ -0,0 +1,8 @@ | 
|---|
|  | 209 | +#ifndef __STUB__COMPAT_H__ | 
|---|
|  | 210 | +#define __STUB__COMPAT_H__ | 
|---|
|  | 211 | + | 
|---|
|  | 212 | +#ifdef __powerpc64__ | 
|---|
|  | 213 | +#include <asm-ppc64/compat.h> | 
|---|
|  | 214 | +#endif | 
|---|
|  | 215 | + | 
|---|
|  | 216 | +#endif /* __STUB__COMPAT_H__ */ | 
|---|
|  | 217 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cputable.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cputable.h | 
|---|
|  | 218 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/cputable.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 219 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/cputable.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 220 | @@ -0,0 +1,10 @@ | 
|---|
|  | 221 | +#ifndef __STUB__CPUTABLE_H__ | 
|---|
|  | 222 | +#define __STUB__CPUTABLE_H__ | 
|---|
|  | 223 | + | 
|---|
|  | 224 | +#ifdef __powerpc64__ | 
|---|
|  | 225 | +#include <asm-ppc64/cputable.h> | 
|---|
|  | 226 | +#else | 
|---|
|  | 227 | +#include <asm-ppc/cputable.h> | 
|---|
|  | 228 | +#endif | 
|---|
|  | 229 | + | 
|---|
|  | 230 | +#endif /* __STUB__CPUTABLE_H__ */ | 
|---|
|  | 231 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/dma.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/dma.h | 
|---|
|  | 232 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/dma.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 233 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/dma.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 234 | @@ -0,0 +1,10 @@ | 
|---|
|  | 235 | +#ifndef __STUB__DMA_H__ | 
|---|
|  | 236 | +#define __STUB__DMA_H__ | 
|---|
|  | 237 | + | 
|---|
|  | 238 | +#ifdef __powerpc64__ | 
|---|
|  | 239 | +#include <asm-ppc64/dma.h> | 
|---|
|  | 240 | +#else | 
|---|
|  | 241 | +#include <asm-ppc/dma.h> | 
|---|
|  | 242 | +#endif | 
|---|
|  | 243 | + | 
|---|
|  | 244 | +#endif /* __STUB__DMA_H__ */ | 
|---|
|  | 245 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/eeh.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/eeh.h | 
|---|
|  | 246 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/eeh.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 247 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/eeh.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 248 | @@ -0,0 +1,8 @@ | 
|---|
|  | 249 | +#ifndef __STUB__EEH_H__ | 
|---|
|  | 250 | +#define __STUB__EEH_H__ | 
|---|
|  | 251 | + | 
|---|
|  | 252 | +#ifdef __powerpc64__ | 
|---|
|  | 253 | +#include <asm-ppc64/eeh.h> | 
|---|
|  | 254 | +#endif | 
|---|
|  | 255 | + | 
|---|
|  | 256 | +#endif /* __STUB__EEH_H__ */ | 
|---|
|  | 257 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/elf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/elf.h | 
|---|
|  | 258 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/elf.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 259 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/elf.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 260 | @@ -0,0 +1,10 @@ | 
|---|
|  | 261 | +#ifndef __STUB__ELF_H__ | 
|---|
|  | 262 | +#define __STUB__ELF_H__ | 
|---|
|  | 263 | + | 
|---|
|  | 264 | +#ifdef __powerpc64__ | 
|---|
|  | 265 | +#include <asm-ppc64/elf.h> | 
|---|
|  | 266 | +#else | 
|---|
|  | 267 | +#include <asm-ppc/elf.h> | 
|---|
|  | 268 | +#endif | 
|---|
|  | 269 | + | 
|---|
|  | 270 | +#endif /* __STUB__ELF_H__ */ | 
|---|
|  | 271 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/errno.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/errno.h | 
|---|
|  | 272 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/errno.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 273 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/errno.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 274 | @@ -0,0 +1,10 @@ | 
|---|
|  | 275 | +#ifndef __STUB__ERRNO_H__ | 
|---|
|  | 276 | +#define __STUB__ERRNO_H__ | 
|---|
|  | 277 | + | 
|---|
|  | 278 | +#ifdef __powerpc64__ | 
|---|
|  | 279 | +#include <asm-ppc64/errno.h> | 
|---|
|  | 280 | +#else | 
|---|
|  | 281 | +#include <asm-ppc/errno.h> | 
|---|
|  | 282 | +#endif | 
|---|
|  | 283 | + | 
|---|
|  | 284 | +#endif /* __STUB__ERRNO_H__ */ | 
|---|
|  | 285 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/fcntl.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/fcntl.h | 
|---|
|  | 286 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/fcntl.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 287 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/fcntl.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 288 | @@ -0,0 +1,10 @@ | 
|---|
|  | 289 | +#ifndef __STUB__FCNTL_H__ | 
|---|
|  | 290 | +#define __STUB__FCNTL_H__ | 
|---|
|  | 291 | + | 
|---|
|  | 292 | +#ifdef __powerpc64__ | 
|---|
|  | 293 | +#include <asm-ppc64/fcntl.h> | 
|---|
|  | 294 | +#else | 
|---|
|  | 295 | +#include <asm-ppc/fcntl.h> | 
|---|
|  | 296 | +#endif | 
|---|
|  | 297 | + | 
|---|
|  | 298 | +#endif /* __STUB__FCNTL_H__ */ | 
|---|
|  | 299 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/floppy.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/floppy.h | 
|---|
|  | 300 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/floppy.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 301 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/floppy.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 302 | @@ -0,0 +1,10 @@ | 
|---|
|  | 303 | +#ifndef __STUB__FLOPPY_H__ | 
|---|
|  | 304 | +#define __STUB__FLOPPY_H__ | 
|---|
|  | 305 | + | 
|---|
|  | 306 | +#ifdef __powerpc64__ | 
|---|
|  | 307 | +#include <asm-ppc64/floppy.h> | 
|---|
|  | 308 | +#else | 
|---|
|  | 309 | +#include <asm-ppc/floppy.h> | 
|---|
|  | 310 | +#endif | 
|---|
|  | 311 | + | 
|---|
|  | 312 | +#endif /* __STUB__FLOPPY_H__ */ | 
|---|
|  | 313 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gg2.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gg2.h | 
|---|
|  | 314 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gg2.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 315 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gg2.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 316 | @@ -0,0 +1,8 @@ | 
|---|
|  | 317 | +#ifndef __STUB__GG2_H__ | 
|---|
|  | 318 | +#define __STUB__GG2_H__ | 
|---|
|  | 319 | + | 
|---|
|  | 320 | +#ifndef __powerpc64__ | 
|---|
|  | 321 | +#include <asm-ppc/gg2.h> | 
|---|
|  | 322 | +#endif | 
|---|
|  | 323 | + | 
|---|
|  | 324 | +#endif /* __STUB__GG2_H__ */ | 
|---|
|  | 325 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gt64260.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gt64260.h | 
|---|
|  | 326 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gt64260.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 327 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gt64260.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 328 | @@ -0,0 +1,8 @@ | 
|---|
|  | 329 | +#ifndef __STUB__GT64260_H__ | 
|---|
|  | 330 | +#define __STUB__GT64260_H__ | 
|---|
|  | 331 | + | 
|---|
|  | 332 | +#ifndef __powerpc64__ | 
|---|
|  | 333 | +#include <asm-ppc/gt64260.h> | 
|---|
|  | 334 | +#endif | 
|---|
|  | 335 | + | 
|---|
|  | 336 | +#endif /* __STUB__GT64260_H__ */ | 
|---|
|  | 337 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gt64260_defs.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gt64260_defs.h | 
|---|
|  | 338 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/gt64260_defs.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 339 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/gt64260_defs.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 340 | @@ -0,0 +1,8 @@ | 
|---|
|  | 341 | +#ifndef __STUB__GT64260_DEFS_H__ | 
|---|
|  | 342 | +#define __STUB__GT64260_DEFS_H__ | 
|---|
|  | 343 | + | 
|---|
|  | 344 | +#ifndef __powerpc64__ | 
|---|
|  | 345 | +#include <asm-ppc/gt64260_defs.h> | 
|---|
|  | 346 | +#endif | 
|---|
|  | 347 | + | 
|---|
|  | 348 | +#endif /* __STUB__GT64260_DEFS_H__ */ | 
|---|
|  | 349 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hardirq.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hardirq.h | 
|---|
|  | 350 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hardirq.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 351 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hardirq.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 352 | @@ -0,0 +1,10 @@ | 
|---|
|  | 353 | +#ifndef __STUB__HARDIRQ_H__ | 
|---|
|  | 354 | +#define __STUB__HARDIRQ_H__ | 
|---|
|  | 355 | + | 
|---|
|  | 356 | +#ifdef __powerpc64__ | 
|---|
|  | 357 | +#include <asm-ppc64/hardirq.h> | 
|---|
|  | 358 | +#else | 
|---|
|  | 359 | +#include <asm-ppc/hardirq.h> | 
|---|
|  | 360 | +#endif | 
|---|
|  | 361 | + | 
|---|
|  | 362 | +#endif /* __STUB__HARDIRQ_H__ */ | 
|---|
|  | 363 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/harrier.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/harrier.h | 
|---|
|  | 364 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/harrier.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 365 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/harrier.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 366 | @@ -0,0 +1,8 @@ | 
|---|
|  | 367 | +#ifndef __STUB__HARRIER_H__ | 
|---|
|  | 368 | +#define __STUB__HARRIER_H__ | 
|---|
|  | 369 | + | 
|---|
|  | 370 | +#ifndef __powerpc64__ | 
|---|
|  | 371 | +#include <asm-ppc/harrier.h> | 
|---|
|  | 372 | +#endif | 
|---|
|  | 373 | + | 
|---|
|  | 374 | +#endif /* __STUB__HARRIER_H__ */ | 
|---|
|  | 375 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hdreg.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hdreg.h | 
|---|
|  | 376 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hdreg.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 377 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hdreg.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 378 | @@ -0,0 +1,10 @@ | 
|---|
|  | 379 | +#ifndef __STUB__HDREG_H__ | 
|---|
|  | 380 | +#define __STUB__HDREG_H__ | 
|---|
|  | 381 | + | 
|---|
|  | 382 | +#ifdef __powerpc64__ | 
|---|
|  | 383 | +#include <asm-ppc64/hdreg.h> | 
|---|
|  | 384 | +#else | 
|---|
|  | 385 | +#include <asm-ppc/hdreg.h> | 
|---|
|  | 386 | +#endif | 
|---|
|  | 387 | + | 
|---|
|  | 388 | +#endif /* __STUB__HDREG_H__ */ | 
|---|
|  | 389 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/heathrow.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/heathrow.h | 
|---|
|  | 390 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/heathrow.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 391 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/heathrow.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 392 | @@ -0,0 +1,8 @@ | 
|---|
|  | 393 | +#ifndef __STUB__HEATHROW_H__ | 
|---|
|  | 394 | +#define __STUB__HEATHROW_H__ | 
|---|
|  | 395 | + | 
|---|
|  | 396 | +#ifndef __powerpc64__ | 
|---|
|  | 397 | +#include <asm-ppc/heathrow.h> | 
|---|
|  | 398 | +#endif | 
|---|
|  | 399 | + | 
|---|
|  | 400 | +#endif /* __STUB__HEATHROW_H__ */ | 
|---|
|  | 401 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hvcall.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hvcall.h | 
|---|
|  | 402 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hvcall.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 403 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hvcall.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 404 | @@ -0,0 +1,8 @@ | 
|---|
|  | 405 | +#ifndef __STUB__HVCALL_H__ | 
|---|
|  | 406 | +#define __STUB__HVCALL_H__ | 
|---|
|  | 407 | + | 
|---|
|  | 408 | +#ifdef __powerpc64__ | 
|---|
|  | 409 | +#include <asm-ppc64/hvcall.h> | 
|---|
|  | 410 | +#endif | 
|---|
|  | 411 | + | 
|---|
|  | 412 | +#endif /* __STUB__HVCALL_H__ */ | 
|---|
|  | 413 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hw_irq.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hw_irq.h | 
|---|
|  | 414 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/hw_irq.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 415 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/hw_irq.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 416 | @@ -0,0 +1,10 @@ | 
|---|
|  | 417 | +#ifndef __STUB__HW_IRQ_H__ | 
|---|
|  | 418 | +#define __STUB__HW_IRQ_H__ | 
|---|
|  | 419 | + | 
|---|
|  | 420 | +#ifdef __powerpc64__ | 
|---|
|  | 421 | +#include <asm-ppc64/hw_irq.h> | 
|---|
|  | 422 | +#else | 
|---|
|  | 423 | +#include <asm-ppc/hw_irq.h> | 
|---|
|  | 424 | +#endif | 
|---|
|  | 425 | + | 
|---|
|  | 426 | +#endif /* __STUB__HW_IRQ_H__ */ | 
|---|
|  | 427 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/i8259.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/i8259.h | 
|---|
|  | 428 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/i8259.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 429 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/i8259.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 430 | @@ -0,0 +1,8 @@ | 
|---|
|  | 431 | +#ifndef __STUB__I8259_H__ | 
|---|
|  | 432 | +#define __STUB__I8259_H__ | 
|---|
|  | 433 | + | 
|---|
|  | 434 | +#ifndef __powerpc64__ | 
|---|
|  | 435 | +#include <asm-ppc/i8259.h> | 
|---|
|  | 436 | +#endif | 
|---|
|  | 437 | + | 
|---|
|  | 438 | +#endif /* __STUB__I8259_H__ */ | 
|---|
|  | 439 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCall.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCall.h | 
|---|
|  | 440 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCall.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 441 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCall.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 442 | @@ -0,0 +1,8 @@ | 
|---|
|  | 443 | +#ifndef __STUB__HVCALL_H__ | 
|---|
|  | 444 | +#define __STUB__HVCALL_H__ | 
|---|
|  | 445 | + | 
|---|
|  | 446 | +#ifdef __powerpc64__ | 
|---|
|  | 447 | +#include <asm-ppc64/iSeries/HvCall.h> | 
|---|
|  | 448 | +#endif | 
|---|
|  | 449 | + | 
|---|
|  | 450 | +#endif /* __STUB__HVCALL_H__ */ | 
|---|
|  | 451 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallCfg.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallCfg.h | 
|---|
|  | 452 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallCfg.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 453 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallCfg.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 454 | @@ -0,0 +1,8 @@ | 
|---|
|  | 455 | +#ifndef __STUB__HVCALLCFG_H__ | 
|---|
|  | 456 | +#define __STUB__HVCALLCFG_H__ | 
|---|
|  | 457 | + | 
|---|
|  | 458 | +#ifdef __powerpc64__ | 
|---|
|  | 459 | +#include <asm-ppc64/iSeries/HvCallCfg.h> | 
|---|
|  | 460 | +#endif | 
|---|
|  | 461 | + | 
|---|
|  | 462 | +#endif /* __STUB__HVCALLCFG_H__ */ | 
|---|
|  | 463 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallEvent.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallEvent.h | 
|---|
|  | 464 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallEvent.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 465 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallEvent.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 466 | @@ -0,0 +1,8 @@ | 
|---|
|  | 467 | +#ifndef __STUB__HVCALLEVENT_H__ | 
|---|
|  | 468 | +#define __STUB__HVCALLEVENT_H__ | 
|---|
|  | 469 | + | 
|---|
|  | 470 | +#ifdef __powerpc64__ | 
|---|
|  | 471 | +#include <asm-ppc64/iSeries/HvCallEvent.h> | 
|---|
|  | 472 | +#endif | 
|---|
|  | 473 | + | 
|---|
|  | 474 | +#endif /* __STUB__HVCALLEVENT_H__ */ | 
|---|
|  | 475 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallHpt.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallHpt.h | 
|---|
|  | 476 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallHpt.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 477 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallHpt.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 478 | @@ -0,0 +1,8 @@ | 
|---|
|  | 479 | +#ifndef __STUB__HVCALLHPT_H__ | 
|---|
|  | 480 | +#define __STUB__HVCALLHPT_H__ | 
|---|
|  | 481 | + | 
|---|
|  | 482 | +#ifdef __powerpc64__ | 
|---|
|  | 483 | +#include <asm-ppc64/iSeries/HvCallHpt.h> | 
|---|
|  | 484 | +#endif | 
|---|
|  | 485 | + | 
|---|
|  | 486 | +#endif /* __STUB__HVCALLHPT_H__ */ | 
|---|
|  | 487 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallPci.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallPci.h | 
|---|
|  | 488 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallPci.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 489 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallPci.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 490 | @@ -0,0 +1,8 @@ | 
|---|
|  | 491 | +#ifndef __STUB__HVCALLPCI_H__ | 
|---|
|  | 492 | +#define __STUB__HVCALLPCI_H__ | 
|---|
|  | 493 | + | 
|---|
|  | 494 | +#ifdef __powerpc64__ | 
|---|
|  | 495 | +#include <asm-ppc64/iSeries/HvCallPci.h> | 
|---|
|  | 496 | +#endif | 
|---|
|  | 497 | + | 
|---|
|  | 498 | +#endif /* __STUB__HVCALLPCI_H__ */ | 
|---|
|  | 499 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallSc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallSc.h | 
|---|
|  | 500 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallSc.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 501 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallSc.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 502 | @@ -0,0 +1,8 @@ | 
|---|
|  | 503 | +#ifndef __STUB__HVCALLSC_H__ | 
|---|
|  | 504 | +#define __STUB__HVCALLSC_H__ | 
|---|
|  | 505 | + | 
|---|
|  | 506 | +#ifdef __powerpc64__ | 
|---|
|  | 507 | +#include <asm-ppc64/iSeries/HvCallSc.h> | 
|---|
|  | 508 | +#endif | 
|---|
|  | 509 | + | 
|---|
|  | 510 | +#endif /* __STUB__HVCALLSC_H__ */ | 
|---|
|  | 511 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallSm.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallSm.h | 
|---|
|  | 512 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallSm.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 513 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallSm.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 514 | @@ -0,0 +1,8 @@ | 
|---|
|  | 515 | +#ifndef __STUB__HVCALLSM_H__ | 
|---|
|  | 516 | +#define __STUB__HVCALLSM_H__ | 
|---|
|  | 517 | + | 
|---|
|  | 518 | +#ifdef __powerpc64__ | 
|---|
|  | 519 | +#include <asm-ppc64/iSeries/HvCallSm.h> | 
|---|
|  | 520 | +#endif | 
|---|
|  | 521 | + | 
|---|
|  | 522 | +#endif /* __STUB__HVCALLSM_H__ */ | 
|---|
|  | 523 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallXm.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallXm.h | 
|---|
|  | 524 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvCallXm.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 525 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvCallXm.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 526 | @@ -0,0 +1,8 @@ | 
|---|
|  | 527 | +#ifndef __STUB__HVCALLXM_H__ | 
|---|
|  | 528 | +#define __STUB__HVCALLXM_H__ | 
|---|
|  | 529 | + | 
|---|
|  | 530 | +#ifdef __powerpc64__ | 
|---|
|  | 531 | +#include <asm-ppc64/iSeries/HvCallXm.h> | 
|---|
|  | 532 | +#endif | 
|---|
|  | 533 | + | 
|---|
|  | 534 | +#endif /* __STUB__HVCALLXM_H__ */ | 
|---|
|  | 535 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvLpConfig.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvLpConfig.h | 
|---|
|  | 536 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvLpConfig.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 537 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvLpConfig.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 538 | @@ -0,0 +1,8 @@ | 
|---|
|  | 539 | +#ifndef __STUB__HVLPCONFIG_H__ | 
|---|
|  | 540 | +#define __STUB__HVLPCONFIG_H__ | 
|---|
|  | 541 | + | 
|---|
|  | 542 | +#ifdef __powerpc64__ | 
|---|
|  | 543 | +#include <asm-ppc64/iSeries/HvLpConfig.h> | 
|---|
|  | 544 | +#endif | 
|---|
|  | 545 | + | 
|---|
|  | 546 | +#endif /* __STUB__HVLPCONFIG_H__ */ | 
|---|
|  | 547 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvLpEvent.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvLpEvent.h | 
|---|
|  | 548 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvLpEvent.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 549 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvLpEvent.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 550 | @@ -0,0 +1,8 @@ | 
|---|
|  | 551 | +#ifndef __STUB__HVLPEVENT_H__ | 
|---|
|  | 552 | +#define __STUB__HVLPEVENT_H__ | 
|---|
|  | 553 | + | 
|---|
|  | 554 | +#ifdef __powerpc64__ | 
|---|
|  | 555 | +#include <asm-ppc64/iSeries/HvLpEvent.h> | 
|---|
|  | 556 | +#endif | 
|---|
|  | 557 | + | 
|---|
|  | 558 | +#endif /* __STUB__HVLPEVENT_H__ */ | 
|---|
|  | 559 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvReleaseData.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvReleaseData.h | 
|---|
|  | 560 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvReleaseData.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 561 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvReleaseData.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 562 | @@ -0,0 +1,8 @@ | 
|---|
|  | 563 | +#ifndef __STUB__HVRELEASEDATA_H__ | 
|---|
|  | 564 | +#define __STUB__HVRELEASEDATA_H__ | 
|---|
|  | 565 | + | 
|---|
|  | 566 | +#ifdef __powerpc64__ | 
|---|
|  | 567 | +#include <asm-ppc64/iSeries/HvReleaseData.h> | 
|---|
|  | 568 | +#endif | 
|---|
|  | 569 | + | 
|---|
|  | 570 | +#endif /* __STUB__HVRELEASEDATA_H__ */ | 
|---|
|  | 571 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvTypes.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvTypes.h | 
|---|
|  | 572 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/HvTypes.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 573 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/HvTypes.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 574 | @@ -0,0 +1,8 @@ | 
|---|
|  | 575 | +#ifndef __STUB__HVTYPES_H__ | 
|---|
|  | 576 | +#define __STUB__HVTYPES_H__ | 
|---|
|  | 577 | + | 
|---|
|  | 578 | +#ifdef __powerpc64__ | 
|---|
|  | 579 | +#include <asm-ppc64/iSeries/HvTypes.h> | 
|---|
|  | 580 | +#endif | 
|---|
|  | 581 | + | 
|---|
|  | 582 | +#endif /* __STUB__HVTYPES_H__ */ | 
|---|
|  | 583 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/IoHriMainStore.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/IoHriMainStore.h | 
|---|
|  | 584 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/IoHriMainStore.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 585 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/IoHriMainStore.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 586 | @@ -0,0 +1,8 @@ | 
|---|
|  | 587 | +#ifndef __STUB__IOHRIMAINSTORE_H__ | 
|---|
|  | 588 | +#define __STUB__IOHRIMAINSTORE_H__ | 
|---|
|  | 589 | + | 
|---|
|  | 590 | +#ifdef __powerpc64__ | 
|---|
|  | 591 | +#include <asm-ppc64/iSeries/IoHriMainStore.h> | 
|---|
|  | 592 | +#endif | 
|---|
|  | 593 | + | 
|---|
|  | 594 | +#endif /* __STUB__IOHRIMAINSTORE_H__ */ | 
|---|
|  | 595 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/IoHriProcessorVpd.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/IoHriProcessorVpd.h | 
|---|
|  | 596 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/IoHriProcessorVpd.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 597 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/IoHriProcessorVpd.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 598 | @@ -0,0 +1,8 @@ | 
|---|
|  | 599 | +#ifndef __STUB__IOHRIPROCESSORVPD_H__ | 
|---|
|  | 600 | +#define __STUB__IOHRIPROCESSORVPD_H__ | 
|---|
|  | 601 | + | 
|---|
|  | 602 | +#ifdef __powerpc64__ | 
|---|
|  | 603 | +#include <asm-ppc64/iSeries/IoHriProcessorVpd.h> | 
|---|
|  | 604 | +#endif | 
|---|
|  | 605 | + | 
|---|
|  | 606 | +#endif /* __STUB__IOHRIPROCESSORVPD_H__ */ | 
|---|
|  | 607 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItExtVpdPanel.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItExtVpdPanel.h | 
|---|
|  | 608 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItExtVpdPanel.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 609 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItExtVpdPanel.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 610 | @@ -0,0 +1,8 @@ | 
|---|
|  | 611 | +#ifndef __STUB__ITEXTVPDPANEL_H__ | 
|---|
|  | 612 | +#define __STUB__ITEXTVPDPANEL_H__ | 
|---|
|  | 613 | + | 
|---|
|  | 614 | +#ifdef __powerpc64__ | 
|---|
|  | 615 | +#include <asm-ppc64/iSeries/ItExtVpdPanel.h> | 
|---|
|  | 616 | +#endif | 
|---|
|  | 617 | + | 
|---|
|  | 618 | +#endif /* __STUB__ITEXTVPDPANEL_H__ */ | 
|---|
|  | 619 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItIplParmsReal.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItIplParmsReal.h | 
|---|
|  | 620 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItIplParmsReal.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 621 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItIplParmsReal.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 622 | @@ -0,0 +1,8 @@ | 
|---|
|  | 623 | +#ifndef __STUB__ITIPLPARMSREAL_H__ | 
|---|
|  | 624 | +#define __STUB__ITIPLPARMSREAL_H__ | 
|---|
|  | 625 | + | 
|---|
|  | 626 | +#ifdef __powerpc64__ | 
|---|
|  | 627 | +#include <asm-ppc64/iSeries/ItIplParmsReal.h> | 
|---|
|  | 628 | +#endif | 
|---|
|  | 629 | + | 
|---|
|  | 630 | +#endif /* __STUB__ITIPLPARMSREAL_H__ */ | 
|---|
|  | 631 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpNaca.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpNaca.h | 
|---|
|  | 632 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpNaca.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 633 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpNaca.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 634 | @@ -0,0 +1,8 @@ | 
|---|
|  | 635 | +#ifndef __STUB__ITLPNACA_H__ | 
|---|
|  | 636 | +#define __STUB__ITLPNACA_H__ | 
|---|
|  | 637 | + | 
|---|
|  | 638 | +#ifdef __powerpc64__ | 
|---|
|  | 639 | +#include <asm-ppc64/iSeries/ItLpNaca.h> | 
|---|
|  | 640 | +#endif | 
|---|
|  | 641 | + | 
|---|
|  | 642 | +#endif /* __STUB__ITLPNACA_H__ */ | 
|---|
|  | 643 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpQueue.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpQueue.h | 
|---|
|  | 644 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpQueue.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 645 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpQueue.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 646 | @@ -0,0 +1,8 @@ | 
|---|
|  | 647 | +#ifndef __STUB__ITLPQUEUE_H__ | 
|---|
|  | 648 | +#define __STUB__ITLPQUEUE_H__ | 
|---|
|  | 649 | + | 
|---|
|  | 650 | +#ifdef __powerpc64__ | 
|---|
|  | 651 | +#include <asm-ppc64/iSeries/ItLpQueue.h> | 
|---|
|  | 652 | +#endif | 
|---|
|  | 653 | + | 
|---|
|  | 654 | +#endif /* __STUB__ITLPQUEUE_H__ */ | 
|---|
|  | 655 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpRegSave.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpRegSave.h | 
|---|
|  | 656 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItLpRegSave.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 657 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItLpRegSave.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 658 | @@ -0,0 +1,8 @@ | 
|---|
|  | 659 | +#ifndef __STUB__ITLPREGSAVE_H__ | 
|---|
|  | 660 | +#define __STUB__ITLPREGSAVE_H__ | 
|---|
|  | 661 | + | 
|---|
|  | 662 | +#ifdef __powerpc64__ | 
|---|
|  | 663 | +#include <asm-ppc64/iSeries/ItLpRegSave.h> | 
|---|
|  | 664 | +#endif | 
|---|
|  | 665 | + | 
|---|
|  | 666 | +#endif /* __STUB__ITLPREGSAVE_H__ */ | 
|---|
|  | 667 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItSpCommArea.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItSpCommArea.h | 
|---|
|  | 668 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItSpCommArea.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 669 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItSpCommArea.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 670 | @@ -0,0 +1,8 @@ | 
|---|
|  | 671 | +#ifndef __STUB__ITSPCOMMAREA_H__ | 
|---|
|  | 672 | +#define __STUB__ITSPCOMMAREA_H__ | 
|---|
|  | 673 | + | 
|---|
|  | 674 | +#ifdef __powerpc64__ | 
|---|
|  | 675 | +#include <asm-ppc64/iSeries/ItSpCommArea.h> | 
|---|
|  | 676 | +#endif | 
|---|
|  | 677 | + | 
|---|
|  | 678 | +#endif /* __STUB__ITSPCOMMAREA_H__ */ | 
|---|
|  | 679 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItVpdAreas.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItVpdAreas.h | 
|---|
|  | 680 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/ItVpdAreas.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 681 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/ItVpdAreas.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 682 | @@ -0,0 +1,8 @@ | 
|---|
|  | 683 | +#ifndef __STUB__ITVPDAREAS_H__ | 
|---|
|  | 684 | +#define __STUB__ITVPDAREAS_H__ | 
|---|
|  | 685 | + | 
|---|
|  | 686 | +#ifdef __powerpc64__ | 
|---|
|  | 687 | +#include <asm-ppc64/iSeries/ItVpdAreas.h> | 
|---|
|  | 688 | +#endif | 
|---|
|  | 689 | + | 
|---|
|  | 690 | +#endif /* __STUB__ITVPDAREAS_H__ */ | 
|---|
|  | 691 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/LparData.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/LparData.h | 
|---|
|  | 692 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/LparData.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 693 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/LparData.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 694 | @@ -0,0 +1,8 @@ | 
|---|
|  | 695 | +#ifndef __STUB__LPARDATA_H__ | 
|---|
|  | 696 | +#define __STUB__LPARDATA_H__ | 
|---|
|  | 697 | + | 
|---|
|  | 698 | +#ifdef __powerpc64__ | 
|---|
|  | 699 | +#include <asm-ppc64/iSeries/LparData.h> | 
|---|
|  | 700 | +#endif | 
|---|
|  | 701 | + | 
|---|
|  | 702 | +#endif /* __STUB__LPARDATA_H__ */ | 
|---|
|  | 703 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/LparMap.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/LparMap.h | 
|---|
|  | 704 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/LparMap.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 705 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/LparMap.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 706 | @@ -0,0 +1,8 @@ | 
|---|
|  | 707 | +#ifndef __STUB__LPARMAP_H__ | 
|---|
|  | 708 | +#define __STUB__LPARMAP_H__ | 
|---|
|  | 709 | + | 
|---|
|  | 710 | +#ifdef __powerpc64__ | 
|---|
|  | 711 | +#include <asm-ppc64/iSeries/LparMap.h> | 
|---|
|  | 712 | +#endif | 
|---|
|  | 713 | + | 
|---|
|  | 714 | +#endif /* __STUB__LPARMAP_H__ */ | 
|---|
|  | 715 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/XmPciLpEvent.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/XmPciLpEvent.h | 
|---|
|  | 716 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/XmPciLpEvent.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 717 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/XmPciLpEvent.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 718 | @@ -0,0 +1,8 @@ | 
|---|
|  | 719 | +#ifndef __STUB__XMPCILPEVENT_H__ | 
|---|
|  | 720 | +#define __STUB__XMPCILPEVENT_H__ | 
|---|
|  | 721 | + | 
|---|
|  | 722 | +#ifdef __powerpc64__ | 
|---|
|  | 723 | +#include <asm-ppc64/iSeries/XmPciLpEvent.h> | 
|---|
|  | 724 | +#endif | 
|---|
|  | 725 | + | 
|---|
|  | 726 | +#endif /* __STUB__XMPCILPEVENT_H__ */ | 
|---|
|  | 727 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_io.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_io.h | 
|---|
|  | 728 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_io.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 729 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_io.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 730 | @@ -0,0 +1,8 @@ | 
|---|
|  | 731 | +#ifndef __STUB__ISERIES_IO_H__ | 
|---|
|  | 732 | +#define __STUB__ISERIES_IO_H__ | 
|---|
|  | 733 | + | 
|---|
|  | 734 | +#ifdef __powerpc64__ | 
|---|
|  | 735 | +#include <asm-ppc64/iSeries/iSeries_io.h> | 
|---|
|  | 736 | +#endif | 
|---|
|  | 737 | + | 
|---|
|  | 738 | +#endif /* __STUB__ISERIES_IO_H__ */ | 
|---|
|  | 739 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_irq.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_irq.h | 
|---|
|  | 740 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_irq.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 741 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_irq.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 742 | @@ -0,0 +1,8 @@ | 
|---|
|  | 743 | +#ifndef __STUB__ISERIES_IRQ_H__ | 
|---|
|  | 744 | +#define __STUB__ISERIES_IRQ_H__ | 
|---|
|  | 745 | + | 
|---|
|  | 746 | +#ifdef __powerpc64__ | 
|---|
|  | 747 | +#include <asm-ppc64/iSeries/iSeries_irq.h> | 
|---|
|  | 748 | +#endif | 
|---|
|  | 749 | + | 
|---|
|  | 750 | +#endif /* __STUB__ISERIES_IRQ_H__ */ | 
|---|
|  | 751 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_pci.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_pci.h | 
|---|
|  | 752 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_pci.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 753 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_pci.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 754 | @@ -0,0 +1,8 @@ | 
|---|
|  | 755 | +#ifndef __STUB__ISERIES_PCI_H__ | 
|---|
|  | 756 | +#define __STUB__ISERIES_PCI_H__ | 
|---|
|  | 757 | + | 
|---|
|  | 758 | +#ifdef __powerpc64__ | 
|---|
|  | 759 | +#include <asm-ppc64/iSeries/iSeries_pci.h> | 
|---|
|  | 760 | +#endif | 
|---|
|  | 761 | + | 
|---|
|  | 762 | +#endif /* __STUB__ISERIES_PCI_H__ */ | 
|---|
|  | 763 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_proc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_proc.h | 
|---|
|  | 764 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/iSeries_proc.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 765 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/iSeries_proc.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 766 | @@ -0,0 +1,8 @@ | 
|---|
|  | 767 | +#ifndef __STUB__ISERIES_PROC_H__ | 
|---|
|  | 768 | +#define __STUB__ISERIES_PROC_H__ | 
|---|
|  | 769 | + | 
|---|
|  | 770 | +#ifdef __powerpc64__ | 
|---|
|  | 771 | +#include <asm-ppc64/iSeries/iSeries_proc.h> | 
|---|
|  | 772 | +#endif | 
|---|
|  | 773 | + | 
|---|
|  | 774 | +#endif /* __STUB__ISERIES_PROC_H__ */ | 
|---|
|  | 775 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/mf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/mf.h | 
|---|
|  | 776 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/iSeries/mf.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 777 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/iSeries/mf.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 778 | @@ -0,0 +1,8 @@ | 
|---|
|  | 779 | +#ifndef __STUB__MF_H__ | 
|---|
|  | 780 | +#define __STUB__MF_H__ | 
|---|
|  | 781 | + | 
|---|
|  | 782 | +#ifdef __powerpc64__ | 
|---|
|  | 783 | +#include <asm-ppc64/iSeries/mf.h> | 
|---|
|  | 784 | +#endif | 
|---|
|  | 785 | + | 
|---|
|  | 786 | +#endif /* __STUB__MF_H__ */ | 
|---|
|  | 787 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/imalloc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/imalloc.h | 
|---|
|  | 788 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/imalloc.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 789 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/imalloc.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 790 | @@ -0,0 +1,8 @@ | 
|---|
|  | 791 | +#ifndef __STUB__IMALLOC_H__ | 
|---|
|  | 792 | +#define __STUB__IMALLOC_H__ | 
|---|
|  | 793 | + | 
|---|
|  | 794 | +#ifdef __powerpc64__ | 
|---|
|  | 795 | +#include <asm-ppc64/imalloc.h> | 
|---|
|  | 796 | +#endif | 
|---|
|  | 797 | + | 
|---|
|  | 798 | +#endif /* __STUB__IMALLOC_H__ */ | 
|---|
|  | 799 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/init.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/init.h | 
|---|
|  | 800 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/init.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 801 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/init.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 802 | @@ -0,0 +1,8 @@ | 
|---|
|  | 803 | +#ifndef __STUB__INIT_H__ | 
|---|
|  | 804 | +#define __STUB__INIT_H__ | 
|---|
|  | 805 | + | 
|---|
|  | 806 | +#ifdef __powerpc64__ | 
|---|
|  | 807 | +#include <asm-ppc64/init.h> | 
|---|
|  | 808 | +#endif | 
|---|
|  | 809 | + | 
|---|
|  | 810 | +#endif /* __STUB__INIT_H__ */ | 
|---|
|  | 811 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/io.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/io.h | 
|---|
|  | 812 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/io.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 813 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/io.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 814 | @@ -0,0 +1,10 @@ | 
|---|
|  | 815 | +#ifndef __STUB__IO_H__ | 
|---|
|  | 816 | +#define __STUB__IO_H__ | 
|---|
|  | 817 | + | 
|---|
|  | 818 | +#ifdef __powerpc64__ | 
|---|
|  | 819 | +#include <asm-ppc64/io.h> | 
|---|
|  | 820 | +#else | 
|---|
|  | 821 | +#include <asm-ppc/io.h> | 
|---|
|  | 822 | +#endif | 
|---|
|  | 823 | + | 
|---|
|  | 824 | +#endif /* __STUB__IO_H__ */ | 
|---|
|  | 825 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ioctl.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ioctl.h | 
|---|
|  | 826 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ioctl.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 827 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ioctl.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 828 | @@ -0,0 +1,10 @@ | 
|---|
|  | 829 | +#ifndef __STUB__IOCTL_H__ | 
|---|
|  | 830 | +#define __STUB__IOCTL_H__ | 
|---|
|  | 831 | + | 
|---|
|  | 832 | +#ifdef __powerpc64__ | 
|---|
|  | 833 | +#include <asm-ppc64/ioctl.h> | 
|---|
|  | 834 | +#else | 
|---|
|  | 835 | +#include <asm-ppc/ioctl.h> | 
|---|
|  | 836 | +#endif | 
|---|
|  | 837 | + | 
|---|
|  | 838 | +#endif /* __STUB__IOCTL_H__ */ | 
|---|
|  | 839 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ioctls.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ioctls.h | 
|---|
|  | 840 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ioctls.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 841 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ioctls.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 842 | @@ -0,0 +1,10 @@ | 
|---|
|  | 843 | +#ifndef __STUB__IOCTLS_H__ | 
|---|
|  | 844 | +#define __STUB__IOCTLS_H__ | 
|---|
|  | 845 | + | 
|---|
|  | 846 | +#ifdef __powerpc64__ | 
|---|
|  | 847 | +#include <asm-ppc64/ioctls.h> | 
|---|
|  | 848 | +#else | 
|---|
|  | 849 | +#include <asm-ppc/ioctls.h> | 
|---|
|  | 850 | +#endif | 
|---|
|  | 851 | + | 
|---|
|  | 852 | +#endif /* __STUB__IOCTLS_H__ */ | 
|---|
|  | 853 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ipc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ipc.h | 
|---|
|  | 854 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ipc.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 855 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ipc.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 856 | @@ -0,0 +1,10 @@ | 
|---|
|  | 857 | +#ifndef __STUB__IPC_H__ | 
|---|
|  | 858 | +#define __STUB__IPC_H__ | 
|---|
|  | 859 | + | 
|---|
|  | 860 | +#ifdef __powerpc64__ | 
|---|
|  | 861 | +#include <asm-ppc64/ipc.h> | 
|---|
|  | 862 | +#else | 
|---|
|  | 863 | +#include <asm-ppc/ipc.h> | 
|---|
|  | 864 | +#endif | 
|---|
|  | 865 | + | 
|---|
|  | 866 | +#endif /* __STUB__IPC_H__ */ | 
|---|
|  | 867 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ipcbuf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ipcbuf.h | 
|---|
|  | 868 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ipcbuf.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 869 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ipcbuf.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 870 | @@ -0,0 +1,10 @@ | 
|---|
|  | 871 | +#ifndef __STUB__IPCBUF_H__ | 
|---|
|  | 872 | +#define __STUB__IPCBUF_H__ | 
|---|
|  | 873 | + | 
|---|
|  | 874 | +#ifdef __powerpc64__ | 
|---|
|  | 875 | +#include <asm-ppc64/ipcbuf.h> | 
|---|
|  | 876 | +#else | 
|---|
|  | 877 | +#include <asm-ppc/ipcbuf.h> | 
|---|
|  | 878 | +#endif | 
|---|
|  | 879 | + | 
|---|
|  | 880 | +#endif /* __STUB__IPCBUF_H__ */ | 
|---|
|  | 881 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/irq.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/irq.h | 
|---|
|  | 882 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/irq.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 883 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/irq.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 884 | @@ -0,0 +1,10 @@ | 
|---|
|  | 885 | +#ifndef __STUB__IRQ_H__ | 
|---|
|  | 886 | +#define __STUB__IRQ_H__ | 
|---|
|  | 887 | + | 
|---|
|  | 888 | +#ifdef __powerpc64__ | 
|---|
|  | 889 | +#include <asm-ppc64/irq.h> | 
|---|
|  | 890 | +#else | 
|---|
|  | 891 | +#include <asm-ppc/irq.h> | 
|---|
|  | 892 | +#endif | 
|---|
|  | 893 | + | 
|---|
|  | 894 | +#endif /* __STUB__IRQ_H__ */ | 
|---|
|  | 895 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/keylargo.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/keylargo.h | 
|---|
|  | 896 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/keylargo.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 897 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/keylargo.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 898 | @@ -0,0 +1,8 @@ | 
|---|
|  | 899 | +#ifndef __STUB__KEYLARGO_H__ | 
|---|
|  | 900 | +#define __STUB__KEYLARGO_H__ | 
|---|
|  | 901 | + | 
|---|
|  | 902 | +#ifndef __powerpc64__ | 
|---|
|  | 903 | +#include <asm-ppc/keylargo.h> | 
|---|
|  | 904 | +#endif | 
|---|
|  | 905 | + | 
|---|
|  | 906 | +#endif /* __STUB__KEYLARGO_H__ */ | 
|---|
|  | 907 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/linkage.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/linkage.h | 
|---|
|  | 908 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/linkage.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 909 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/linkage.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 910 | @@ -0,0 +1,10 @@ | 
|---|
|  | 911 | +#ifndef __STUB__LINKAGE_H__ | 
|---|
|  | 912 | +#define __STUB__LINKAGE_H__ | 
|---|
|  | 913 | + | 
|---|
|  | 914 | +#ifdef __powerpc64__ | 
|---|
|  | 915 | +#include <asm-ppc64/linkage.h> | 
|---|
|  | 916 | +#else | 
|---|
|  | 917 | +#include <asm-ppc/linkage.h> | 
|---|
|  | 918 | +#endif | 
|---|
|  | 919 | + | 
|---|
|  | 920 | +#endif /* __STUB__LINKAGE_H__ */ | 
|---|
|  | 921 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/lmb.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/lmb.h | 
|---|
|  | 922 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/lmb.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 923 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/lmb.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 924 | @@ -0,0 +1,8 @@ | 
|---|
|  | 925 | +#ifndef __STUB__LMB_H__ | 
|---|
|  | 926 | +#define __STUB__LMB_H__ | 
|---|
|  | 927 | + | 
|---|
|  | 928 | +#ifdef __powerpc64__ | 
|---|
|  | 929 | +#include <asm-ppc64/lmb.h> | 
|---|
|  | 930 | +#endif | 
|---|
|  | 931 | + | 
|---|
|  | 932 | +#endif /* __STUB__LMB_H__ */ | 
|---|
|  | 933 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/m48t35.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/m48t35.h | 
|---|
|  | 934 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/m48t35.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 935 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/m48t35.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 936 | @@ -0,0 +1,8 @@ | 
|---|
|  | 937 | +#ifndef __STUB__M48T35_H__ | 
|---|
|  | 938 | +#define __STUB__M48T35_H__ | 
|---|
|  | 939 | + | 
|---|
|  | 940 | +#ifndef __powerpc64__ | 
|---|
|  | 941 | +#include <asm-ppc/m48t35.h> | 
|---|
|  | 942 | +#endif | 
|---|
|  | 943 | + | 
|---|
|  | 944 | +#endif /* __STUB__M48T35_H__ */ | 
|---|
|  | 945 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/machdep.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/machdep.h | 
|---|
|  | 946 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/machdep.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 947 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/machdep.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 948 | @@ -0,0 +1,10 @@ | 
|---|
|  | 949 | +#ifndef __STUB__MACHDEP_H__ | 
|---|
|  | 950 | +#define __STUB__MACHDEP_H__ | 
|---|
|  | 951 | + | 
|---|
|  | 952 | +#ifdef __powerpc64__ | 
|---|
|  | 953 | +#include <asm-ppc64/machdep.h> | 
|---|
|  | 954 | +#else | 
|---|
|  | 955 | +#include <asm-ppc/machdep.h> | 
|---|
|  | 956 | +#endif | 
|---|
|  | 957 | + | 
|---|
|  | 958 | +#endif /* __STUB__MACHDEP_H__ */ | 
|---|
|  | 959 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/macio.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/macio.h | 
|---|
|  | 960 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/macio.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 961 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/macio.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 962 | @@ -0,0 +1,8 @@ | 
|---|
|  | 963 | +#ifndef __STUB__MACIO_H__ | 
|---|
|  | 964 | +#define __STUB__MACIO_H__ | 
|---|
|  | 965 | + | 
|---|
|  | 966 | +#ifndef __powerpc64__ | 
|---|
|  | 967 | +#include <asm-ppc/macio.h> | 
|---|
|  | 968 | +#endif | 
|---|
|  | 969 | + | 
|---|
|  | 970 | +#endif /* __STUB__MACIO_H__ */ | 
|---|
|  | 971 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/memory.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/memory.h | 
|---|
|  | 972 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/memory.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 973 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/memory.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 974 | @@ -0,0 +1,8 @@ | 
|---|
|  | 975 | +#ifndef __STUB__MEMORY_H__ | 
|---|
|  | 976 | +#define __STUB__MEMORY_H__ | 
|---|
|  | 977 | + | 
|---|
|  | 978 | +#ifdef __powerpc64__ | 
|---|
|  | 979 | +#include <asm-ppc64/memory.h> | 
|---|
|  | 980 | +#endif | 
|---|
|  | 981 | + | 
|---|
|  | 982 | +#endif /* __STUB__MEMORY_H__ */ | 
|---|
|  | 983 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mk48t59.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mk48t59.h | 
|---|
|  | 984 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mk48t59.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 985 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mk48t59.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 986 | @@ -0,0 +1,8 @@ | 
|---|
|  | 987 | +#ifndef __STUB__MK48T59_H__ | 
|---|
|  | 988 | +#define __STUB__MK48T59_H__ | 
|---|
|  | 989 | + | 
|---|
|  | 990 | +#ifndef __powerpc64__ | 
|---|
|  | 991 | +#include <asm-ppc/mk48t59.h> | 
|---|
|  | 992 | +#endif | 
|---|
|  | 993 | + | 
|---|
|  | 994 | +#endif /* __STUB__MK48T59_H__ */ | 
|---|
|  | 995 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mman.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mman.h | 
|---|
|  | 996 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mman.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 997 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mman.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 998 | @@ -0,0 +1,10 @@ | 
|---|
|  | 999 | +#ifndef __STUB__MMAN_H__ | 
|---|
|  | 1000 | +#define __STUB__MMAN_H__ | 
|---|
|  | 1001 | + | 
|---|
|  | 1002 | +#ifdef __powerpc64__ | 
|---|
|  | 1003 | +#include <asm-ppc64/mman.h> | 
|---|
|  | 1004 | +#else | 
|---|
|  | 1005 | +#include <asm-ppc/mman.h> | 
|---|
|  | 1006 | +#endif | 
|---|
|  | 1007 | + | 
|---|
|  | 1008 | +#endif /* __STUB__MMAN_H__ */ | 
|---|
|  | 1009 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mmu.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mmu.h | 
|---|
|  | 1010 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mmu.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1011 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mmu.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1012 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1013 | +#ifndef __STUB__MMU_H__ | 
|---|
|  | 1014 | +#define __STUB__MMU_H__ | 
|---|
|  | 1015 | + | 
|---|
|  | 1016 | +#ifdef __powerpc64__ | 
|---|
|  | 1017 | +#include <asm-ppc64/mmu.h> | 
|---|
|  | 1018 | +#else | 
|---|
|  | 1019 | +#include <asm-ppc/mmu.h> | 
|---|
|  | 1020 | +#endif | 
|---|
|  | 1021 | + | 
|---|
|  | 1022 | +#endif /* __STUB__MMU_H__ */ | 
|---|
|  | 1023 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mmu_context.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mmu_context.h | 
|---|
|  | 1024 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/mmu_context.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1025 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/mmu_context.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1026 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1027 | +#ifndef __STUB__MMU_CONTEXT_H__ | 
|---|
|  | 1028 | +#define __STUB__MMU_CONTEXT_H__ | 
|---|
|  | 1029 | + | 
|---|
|  | 1030 | +#ifdef __powerpc64__ | 
|---|
|  | 1031 | +#include <asm-ppc64/mmu_context.h> | 
|---|
|  | 1032 | +#else | 
|---|
|  | 1033 | +#include <asm-ppc/mmu_context.h> | 
|---|
|  | 1034 | +#endif | 
|---|
|  | 1035 | + | 
|---|
|  | 1036 | +#endif /* __STUB__MMU_CONTEXT_H__ */ | 
|---|
|  | 1037 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/module.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/module.h | 
|---|
|  | 1038 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/module.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1039 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/module.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1040 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1041 | +#ifndef __STUB__MODULE_H__ | 
|---|
|  | 1042 | +#define __STUB__MODULE_H__ | 
|---|
|  | 1043 | + | 
|---|
|  | 1044 | +#ifdef __powerpc64__ | 
|---|
|  | 1045 | +#include <asm-ppc64/module.h> | 
|---|
|  | 1046 | +#else | 
|---|
|  | 1047 | +#include <asm-ppc/module.h> | 
|---|
|  | 1048 | +#endif | 
|---|
|  | 1049 | + | 
|---|
|  | 1050 | +#endif /* __STUB__MODULE_H__ */ | 
|---|
|  | 1051 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/msgbuf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/msgbuf.h | 
|---|
|  | 1052 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/msgbuf.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1053 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/msgbuf.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1054 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1055 | +#ifndef __STUB__MSGBUF_H__ | 
|---|
|  | 1056 | +#define __STUB__MSGBUF_H__ | 
|---|
|  | 1057 | + | 
|---|
|  | 1058 | +#ifdef __powerpc64__ | 
|---|
|  | 1059 | +#include <asm-ppc64/msgbuf.h> | 
|---|
|  | 1060 | +#else | 
|---|
|  | 1061 | +#include <asm-ppc/msgbuf.h> | 
|---|
|  | 1062 | +#endif | 
|---|
|  | 1063 | + | 
|---|
|  | 1064 | +#endif /* __STUB__MSGBUF_H__ */ | 
|---|
|  | 1065 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/naca.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/naca.h | 
|---|
|  | 1066 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/naca.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1067 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/naca.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1068 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1069 | +#ifndef __STUB__NACA_H__ | 
|---|
|  | 1070 | +#define __STUB__NACA_H__ | 
|---|
|  | 1071 | + | 
|---|
|  | 1072 | +#ifdef __powerpc64__ | 
|---|
|  | 1073 | +#include <asm-ppc64/naca.h> | 
|---|
|  | 1074 | +#endif | 
|---|
|  | 1075 | + | 
|---|
|  | 1076 | +#endif /* __STUB__NACA_H__ */ | 
|---|
|  | 1077 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/namei.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/namei.h | 
|---|
|  | 1078 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/namei.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1079 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/namei.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1080 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1081 | +#ifndef __STUB__NAMEI_H__ | 
|---|
|  | 1082 | +#define __STUB__NAMEI_H__ | 
|---|
|  | 1083 | + | 
|---|
|  | 1084 | +#ifdef __powerpc64__ | 
|---|
|  | 1085 | +#include <asm-ppc64/namei.h> | 
|---|
|  | 1086 | +#else | 
|---|
|  | 1087 | +#include <asm-ppc/namei.h> | 
|---|
|  | 1088 | +#endif | 
|---|
|  | 1089 | + | 
|---|
|  | 1090 | +#endif /* __STUB__NAMEI_H__ */ | 
|---|
|  | 1091 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/numnodes.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/numnodes.h | 
|---|
|  | 1092 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/numnodes.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1093 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/numnodes.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1094 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1095 | +#ifndef __STUB__NUMNODES_H__ | 
|---|
|  | 1096 | +#define __STUB__NUMNODES_H__ | 
|---|
|  | 1097 | + | 
|---|
|  | 1098 | +#ifdef __powerpc64__ | 
|---|
|  | 1099 | +#include <asm-ppc64/numnodes.h> | 
|---|
|  | 1100 | +#endif | 
|---|
|  | 1101 | + | 
|---|
|  | 1102 | +#endif /* __STUB__NUMNODES_H__ */ | 
|---|
|  | 1103 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/nvram.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/nvram.h | 
|---|
|  | 1104 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/nvram.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1105 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/nvram.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1106 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1107 | +#ifndef __STUB__NVRAM_H__ | 
|---|
|  | 1108 | +#define __STUB__NVRAM_H__ | 
|---|
|  | 1109 | + | 
|---|
|  | 1110 | +#ifdef __powerpc64__ | 
|---|
|  | 1111 | +#include <asm-ppc64/nvram.h> | 
|---|
|  | 1112 | +#else | 
|---|
|  | 1113 | +#include <asm-ppc/nvram.h> | 
|---|
|  | 1114 | +#endif | 
|---|
|  | 1115 | + | 
|---|
|  | 1116 | +#endif /* __STUB__NVRAM_H__ */ | 
|---|
|  | 1117 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ocp_ids.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ocp_ids.h | 
|---|
|  | 1118 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ocp_ids.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1119 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ocp_ids.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1120 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1121 | +#ifndef __STUB__OCP_IDS_H__ | 
|---|
|  | 1122 | +#define __STUB__OCP_IDS_H__ | 
|---|
|  | 1123 | + | 
|---|
|  | 1124 | +#ifndef __powerpc64__ | 
|---|
|  | 1125 | +#include <asm-ppc/ocp_ids.h> | 
|---|
|  | 1126 | +#endif | 
|---|
|  | 1127 | + | 
|---|
|  | 1128 | +#endif /* __STUB__OCP_IDS_H__ */ | 
|---|
|  | 1129 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/of_device.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/of_device.h | 
|---|
|  | 1130 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/of_device.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1131 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/of_device.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1132 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1133 | +#ifndef __STUB__OF_DEVICE_H__ | 
|---|
|  | 1134 | +#define __STUB__OF_DEVICE_H__ | 
|---|
|  | 1135 | + | 
|---|
|  | 1136 | +#ifndef __powerpc64__ | 
|---|
|  | 1137 | +#include <asm-ppc/of_device.h> | 
|---|
|  | 1138 | +#endif | 
|---|
|  | 1139 | + | 
|---|
|  | 1140 | +#endif /* __STUB__OF_DEVICE_H__ */ | 
|---|
|  | 1141 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ohare.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ohare.h | 
|---|
|  | 1142 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ohare.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1143 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ohare.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1144 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1145 | +#ifndef __STUB__OHARE_H__ | 
|---|
|  | 1146 | +#define __STUB__OHARE_H__ | 
|---|
|  | 1147 | + | 
|---|
|  | 1148 | +#ifndef __powerpc64__ | 
|---|
|  | 1149 | +#include <asm-ppc/ohare.h> | 
|---|
|  | 1150 | +#endif | 
|---|
|  | 1151 | + | 
|---|
|  | 1152 | +#endif /* __STUB__OHARE_H__ */ | 
|---|
|  | 1153 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/open_pic.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/open_pic.h | 
|---|
|  | 1154 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/open_pic.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1155 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/open_pic.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1156 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1157 | +#ifndef __STUB__OPEN_PIC_H__ | 
|---|
|  | 1158 | +#define __STUB__OPEN_PIC_H__ | 
|---|
|  | 1159 | + | 
|---|
|  | 1160 | +#ifndef __powerpc64__ | 
|---|
|  | 1161 | +#include <asm-ppc/open_pic.h> | 
|---|
|  | 1162 | +#endif | 
|---|
|  | 1163 | + | 
|---|
|  | 1164 | +#endif /* __STUB__OPEN_PIC_H__ */ | 
|---|
|  | 1165 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pSeries_reconfig.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pSeries_reconfig.h | 
|---|
|  | 1166 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pSeries_reconfig.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1167 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pSeries_reconfig.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1168 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1169 | +#ifndef __STUB__PSERIES_RECONFIG_H__ | 
|---|
|  | 1170 | +#define __STUB__PSERIES_RECONFIG_H__ | 
|---|
|  | 1171 | + | 
|---|
|  | 1172 | +#ifdef __powerpc64__ | 
|---|
|  | 1173 | +#include <asm-ppc64/pSeries_reconfig.h> | 
|---|
|  | 1174 | +#endif | 
|---|
|  | 1175 | + | 
|---|
|  | 1176 | +#endif /* __STUB__PSERIES_RECONFIG_H__ */ | 
|---|
|  | 1177 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/paca.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/paca.h | 
|---|
|  | 1178 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/paca.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1179 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/paca.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1180 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1181 | +#ifndef __STUB__PACA_H__ | 
|---|
|  | 1182 | +#define __STUB__PACA_H__ | 
|---|
|  | 1183 | + | 
|---|
|  | 1184 | +#ifdef __powerpc64__ | 
|---|
|  | 1185 | +#include <asm-ppc64/paca.h> | 
|---|
|  | 1186 | +#endif | 
|---|
|  | 1187 | + | 
|---|
|  | 1188 | +#endif /* __STUB__PACA_H__ */ | 
|---|
|  | 1189 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/page.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/page.h | 
|---|
|  | 1190 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/page.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1191 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/page.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1192 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1193 | +#ifndef __STUB__PAGE_H__ | 
|---|
|  | 1194 | +#define __STUB__PAGE_H__ | 
|---|
|  | 1195 | + | 
|---|
|  | 1196 | +#ifdef __powerpc64__ | 
|---|
|  | 1197 | +#include <asm-ppc64/page.h> | 
|---|
|  | 1198 | +#else | 
|---|
|  | 1199 | +#include <asm-ppc/page.h> | 
|---|
|  | 1200 | +#endif | 
|---|
|  | 1201 | + | 
|---|
|  | 1202 | +#endif /* __STUB__PAGE_H__ */ | 
|---|
|  | 1203 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/param.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/param.h | 
|---|
|  | 1204 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/param.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1205 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/param.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1206 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1207 | +#ifndef __STUB__PARAM_H__ | 
|---|
|  | 1208 | +#define __STUB__PARAM_H__ | 
|---|
|  | 1209 | + | 
|---|
|  | 1210 | +#ifdef __powerpc64__ | 
|---|
|  | 1211 | +#include <asm-ppc64/param.h> | 
|---|
|  | 1212 | +#else | 
|---|
|  | 1213 | +#include <asm-ppc/param.h> | 
|---|
|  | 1214 | +#endif | 
|---|
|  | 1215 | + | 
|---|
|  | 1216 | +#endif /* __STUB__PARAM_H__ */ | 
|---|
|  | 1217 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/parport.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/parport.h | 
|---|
|  | 1218 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/parport.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1219 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/parport.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1220 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1221 | +#ifndef __STUB__PARPORT_H__ | 
|---|
|  | 1222 | +#define __STUB__PARPORT_H__ | 
|---|
|  | 1223 | + | 
|---|
|  | 1224 | +#ifdef __powerpc64__ | 
|---|
|  | 1225 | +#include <asm-ppc64/parport.h> | 
|---|
|  | 1226 | +#else | 
|---|
|  | 1227 | +#include <asm-ppc/parport.h> | 
|---|
|  | 1228 | +#endif | 
|---|
|  | 1229 | + | 
|---|
|  | 1230 | +#endif /* __STUB__PARPORT_H__ */ | 
|---|
|  | 1231 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pgalloc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pgalloc.h | 
|---|
|  | 1232 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pgalloc.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1233 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pgalloc.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1234 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1235 | +#ifndef __STUB__PGALLOC_H__ | 
|---|
|  | 1236 | +#define __STUB__PGALLOC_H__ | 
|---|
|  | 1237 | + | 
|---|
|  | 1238 | +#ifdef __powerpc64__ | 
|---|
|  | 1239 | +#include <asm-ppc64/pgalloc.h> | 
|---|
|  | 1240 | +#else | 
|---|
|  | 1241 | +#include <asm-ppc/pgalloc.h> | 
|---|
|  | 1242 | +#endif | 
|---|
|  | 1243 | + | 
|---|
|  | 1244 | +#endif /* __STUB__PGALLOC_H__ */ | 
|---|
|  | 1245 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pmc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pmc.h | 
|---|
|  | 1246 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/pmc.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1247 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/pmc.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1248 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1249 | +#ifndef __STUB__PMC_H__ | 
|---|
|  | 1250 | +#define __STUB__PMC_H__ | 
|---|
|  | 1251 | + | 
|---|
|  | 1252 | +#ifdef __powerpc64__ | 
|---|
|  | 1253 | +#include <asm-ppc64/pmc.h> | 
|---|
|  | 1254 | +#endif | 
|---|
|  | 1255 | + | 
|---|
|  | 1256 | +#endif /* __STUB__PMC_H__ */ | 
|---|
|  | 1257 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/poll.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/poll.h | 
|---|
|  | 1258 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/poll.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1259 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/poll.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1260 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1261 | +#ifndef __STUB__POLL_H__ | 
|---|
|  | 1262 | +#define __STUB__POLL_H__ | 
|---|
|  | 1263 | + | 
|---|
|  | 1264 | +#ifdef __powerpc64__ | 
|---|
|  | 1265 | +#include <asm-ppc64/poll.h> | 
|---|
|  | 1266 | +#else | 
|---|
|  | 1267 | +#include <asm-ppc/poll.h> | 
|---|
|  | 1268 | +#endif | 
|---|
|  | 1269 | + | 
|---|
|  | 1270 | +#endif /* __STUB__POLL_H__ */ | 
|---|
|  | 1271 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/posix_types.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/posix_types.h | 
|---|
|  | 1272 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/posix_types.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1273 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/posix_types.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1274 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1275 | +#ifndef __STUB__POSIX_TYPES_H__ | 
|---|
|  | 1276 | +#define __STUB__POSIX_TYPES_H__ | 
|---|
|  | 1277 | + | 
|---|
|  | 1278 | +#ifdef __powerpc64__ | 
|---|
|  | 1279 | +#include <asm-ppc64/posix_types.h> | 
|---|
|  | 1280 | +#else | 
|---|
|  | 1281 | +#include <asm-ppc/posix_types.h> | 
|---|
|  | 1282 | +#endif | 
|---|
|  | 1283 | + | 
|---|
|  | 1284 | +#endif /* __STUB__POSIX_TYPES_H__ */ | 
|---|
|  | 1285 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppc32.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppc32.h | 
|---|
|  | 1286 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppc32.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1287 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppc32.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1288 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1289 | +#ifndef __STUB__PPC32_H__ | 
|---|
|  | 1290 | +#define __STUB__PPC32_H__ | 
|---|
|  | 1291 | + | 
|---|
|  | 1292 | +#ifdef __powerpc64__ | 
|---|
|  | 1293 | +#include <asm-ppc64/ppc32.h> | 
|---|
|  | 1294 | +#endif | 
|---|
|  | 1295 | + | 
|---|
|  | 1296 | +#endif /* __STUB__PPC32_H__ */ | 
|---|
|  | 1297 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppc_asm.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppc_asm.h | 
|---|
|  | 1298 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppc_asm.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1299 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppc_asm.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1300 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1301 | +#ifndef __STUB__PPC_ASM_H__ | 
|---|
|  | 1302 | +#define __STUB__PPC_ASM_H__ | 
|---|
|  | 1303 | + | 
|---|
|  | 1304 | +#ifdef __powerpc64__ | 
|---|
|  | 1305 | +#include <asm-ppc64/ppc_asm.h> | 
|---|
|  | 1306 | +#else | 
|---|
|  | 1307 | +#include <asm-ppc/ppc_asm.h> | 
|---|
|  | 1308 | +#endif | 
|---|
|  | 1309 | + | 
|---|
|  | 1310 | +#endif /* __STUB__PPC_ASM_H__ */ | 
|---|
|  | 1311 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppcboot.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppcboot.h | 
|---|
|  | 1312 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppcboot.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1313 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppcboot.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1314 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1315 | +#ifndef __STUB__PPCBOOT_H__ | 
|---|
|  | 1316 | +#define __STUB__PPCBOOT_H__ | 
|---|
|  | 1317 | + | 
|---|
|  | 1318 | +#ifndef __powerpc64__ | 
|---|
|  | 1319 | +#include <asm-ppc/ppcboot.h> | 
|---|
|  | 1320 | +#endif | 
|---|
|  | 1321 | + | 
|---|
|  | 1322 | +#endif /* __STUB__PPCBOOT_H__ */ | 
|---|
|  | 1323 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppcdebug.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppcdebug.h | 
|---|
|  | 1324 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ppcdebug.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1325 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ppcdebug.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1326 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1327 | +#ifndef __STUB__PPCDEBUG_H__ | 
|---|
|  | 1328 | +#define __STUB__PPCDEBUG_H__ | 
|---|
|  | 1329 | + | 
|---|
|  | 1330 | +#ifdef __powerpc64__ | 
|---|
|  | 1331 | +#include <asm-ppc64/ppcdebug.h> | 
|---|
|  | 1332 | +#endif | 
|---|
|  | 1333 | + | 
|---|
|  | 1334 | +#endif /* __STUB__PPCDEBUG_H__ */ | 
|---|
|  | 1335 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/processor.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/processor.h | 
|---|
|  | 1336 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/processor.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1337 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/processor.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1338 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1339 | +#ifndef __STUB__PROCESSOR_H__ | 
|---|
|  | 1340 | +#define __STUB__PROCESSOR_H__ | 
|---|
|  | 1341 | + | 
|---|
|  | 1342 | +#ifdef __powerpc64__ | 
|---|
|  | 1343 | +#include <asm-ppc64/processor.h> | 
|---|
|  | 1344 | +#else | 
|---|
|  | 1345 | +#include <asm-ppc/processor.h> | 
|---|
|  | 1346 | +#endif | 
|---|
|  | 1347 | + | 
|---|
|  | 1348 | +#endif /* __STUB__PROCESSOR_H__ */ | 
|---|
|  | 1349 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ptrace-common.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ptrace-common.h | 
|---|
|  | 1350 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ptrace-common.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1351 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ptrace-common.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1352 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1353 | +#ifndef __STUB__PTRACE-COMMON_H__ | 
|---|
|  | 1354 | +#define __STUB__PTRACE-COMMON_H__ | 
|---|
|  | 1355 | + | 
|---|
|  | 1356 | +#ifdef __powerpc64__ | 
|---|
|  | 1357 | +#include <asm-ppc64/ptrace-common.h> | 
|---|
|  | 1358 | +#endif | 
|---|
|  | 1359 | + | 
|---|
|  | 1360 | +#endif /* __STUB__PTRACE-COMMON_H__ */ | 
|---|
|  | 1361 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ptrace.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ptrace.h | 
|---|
|  | 1362 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ptrace.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1363 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ptrace.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1364 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1365 | +#ifndef __STUB__PTRACE_H__ | 
|---|
|  | 1366 | +#define __STUB__PTRACE_H__ | 
|---|
|  | 1367 | + | 
|---|
|  | 1368 | +#ifdef __powerpc64__ | 
|---|
|  | 1369 | +#include <asm-ppc64/ptrace.h> | 
|---|
|  | 1370 | +#else | 
|---|
|  | 1371 | +#include <asm-ppc/ptrace.h> | 
|---|
|  | 1372 | +#endif | 
|---|
|  | 1373 | + | 
|---|
|  | 1374 | +#endif /* __STUB__PTRACE_H__ */ | 
|---|
|  | 1375 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/reg.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/reg.h | 
|---|
|  | 1376 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/reg.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1377 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/reg.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1378 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1379 | +#ifndef __STUB__REG_H__ | 
|---|
|  | 1380 | +#define __STUB__REG_H__ | 
|---|
|  | 1381 | + | 
|---|
|  | 1382 | +#ifndef __powerpc64__ | 
|---|
|  | 1383 | +#include <asm-ppc/reg.h> | 
|---|
|  | 1384 | +#endif | 
|---|
|  | 1385 | + | 
|---|
|  | 1386 | +#endif /* __STUB__REG_H__ */ | 
|---|
|  | 1387 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/rtas.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/rtas.h | 
|---|
|  | 1388 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/rtas.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1389 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/rtas.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1390 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1391 | +#ifndef __STUB__RTAS_H__ | 
|---|
|  | 1392 | +#define __STUB__RTAS_H__ | 
|---|
|  | 1393 | + | 
|---|
|  | 1394 | +#ifdef __powerpc64__ | 
|---|
|  | 1395 | +#include <asm-ppc64/rtas.h> | 
|---|
|  | 1396 | +#endif | 
|---|
|  | 1397 | + | 
|---|
|  | 1398 | +#endif /* __STUB__RTAS_H__ */ | 
|---|
|  | 1399 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/segment.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/segment.h | 
|---|
|  | 1400 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/segment.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1401 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/segment.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1402 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1403 | +#ifndef __STUB__SEGMENT_H__ | 
|---|
|  | 1404 | +#define __STUB__SEGMENT_H__ | 
|---|
|  | 1405 | + | 
|---|
|  | 1406 | +#ifdef __powerpc64__ | 
|---|
|  | 1407 | +#include <asm-ppc64/segment.h> | 
|---|
|  | 1408 | +#else | 
|---|
|  | 1409 | +#include <asm-ppc/segment.h> | 
|---|
|  | 1410 | +#endif | 
|---|
|  | 1411 | + | 
|---|
|  | 1412 | +#endif /* __STUB__SEGMENT_H__ */ | 
|---|
|  | 1413 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/semaphore.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/semaphore.h | 
|---|
|  | 1414 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/semaphore.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1415 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/semaphore.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1416 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1417 | +#ifndef __STUB__SEMAPHORE_H__ | 
|---|
|  | 1418 | +#define __STUB__SEMAPHORE_H__ | 
|---|
|  | 1419 | + | 
|---|
|  | 1420 | +#ifdef __powerpc64__ | 
|---|
|  | 1421 | +#include <asm-ppc64/semaphore.h> | 
|---|
|  | 1422 | +#else | 
|---|
|  | 1423 | +#include <asm-ppc/semaphore.h> | 
|---|
|  | 1424 | +#endif | 
|---|
|  | 1425 | + | 
|---|
|  | 1426 | +#endif /* __STUB__SEMAPHORE_H__ */ | 
|---|
|  | 1427 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sembuf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sembuf.h | 
|---|
|  | 1428 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sembuf.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1429 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sembuf.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1430 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1431 | +#ifndef __STUB__SEMBUF_H__ | 
|---|
|  | 1432 | +#define __STUB__SEMBUF_H__ | 
|---|
|  | 1433 | + | 
|---|
|  | 1434 | +#ifdef __powerpc64__ | 
|---|
|  | 1435 | +#include <asm-ppc64/sembuf.h> | 
|---|
|  | 1436 | +#else | 
|---|
|  | 1437 | +#include <asm-ppc/sembuf.h> | 
|---|
|  | 1438 | +#endif | 
|---|
|  | 1439 | + | 
|---|
|  | 1440 | +#endif /* __STUB__SEMBUF_H__ */ | 
|---|
|  | 1441 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/serial.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/serial.h | 
|---|
|  | 1442 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/serial.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1443 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/serial.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1444 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1445 | +#ifndef __STUB__SERIAL_H__ | 
|---|
|  | 1446 | +#define __STUB__SERIAL_H__ | 
|---|
|  | 1447 | + | 
|---|
|  | 1448 | +#ifdef __powerpc64__ | 
|---|
|  | 1449 | +#include <asm-ppc64/serial.h> | 
|---|
|  | 1450 | +#endif | 
|---|
|  | 1451 | + | 
|---|
|  | 1452 | +#endif /* __STUB__SERIAL_H__ */ | 
|---|
|  | 1453 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/shmbuf.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/shmbuf.h | 
|---|
|  | 1454 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/shmbuf.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1455 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/shmbuf.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1456 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1457 | +#ifndef __STUB__SHMBUF_H__ | 
|---|
|  | 1458 | +#define __STUB__SHMBUF_H__ | 
|---|
|  | 1459 | + | 
|---|
|  | 1460 | +#ifdef __powerpc64__ | 
|---|
|  | 1461 | +#include <asm-ppc64/shmbuf.h> | 
|---|
|  | 1462 | +#else | 
|---|
|  | 1463 | +#include <asm-ppc/shmbuf.h> | 
|---|
|  | 1464 | +#endif | 
|---|
|  | 1465 | + | 
|---|
|  | 1466 | +#endif /* __STUB__SHMBUF_H__ */ | 
|---|
|  | 1467 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/shmparam.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/shmparam.h | 
|---|
|  | 1468 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/shmparam.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1469 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/shmparam.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1470 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1471 | +#ifndef __STUB__SHMPARAM_H__ | 
|---|
|  | 1472 | +#define __STUB__SHMPARAM_H__ | 
|---|
|  | 1473 | + | 
|---|
|  | 1474 | +#ifdef __powerpc64__ | 
|---|
|  | 1475 | +#include <asm-ppc64/shmparam.h> | 
|---|
|  | 1476 | +#else | 
|---|
|  | 1477 | +#include <asm-ppc/shmparam.h> | 
|---|
|  | 1478 | +#endif | 
|---|
|  | 1479 | + | 
|---|
|  | 1480 | +#endif /* __STUB__SHMPARAM_H__ */ | 
|---|
|  | 1481 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sigcontext.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sigcontext.h | 
|---|
|  | 1482 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sigcontext.h        Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1483 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sigcontext.h     Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1484 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1485 | +#ifndef __STUB__SIGCONTEXT_H__ | 
|---|
|  | 1486 | +#define __STUB__SIGCONTEXT_H__ | 
|---|
|  | 1487 | + | 
|---|
|  | 1488 | +#ifdef __powerpc64__ | 
|---|
|  | 1489 | +#include <asm-ppc64/sigcontext.h> | 
|---|
|  | 1490 | +#else | 
|---|
|  | 1491 | +#include <asm-ppc/sigcontext.h> | 
|---|
|  | 1492 | +#endif | 
|---|
|  | 1493 | + | 
|---|
|  | 1494 | +#endif /* __STUB__SIGCONTEXT_H__ */ | 
|---|
|  | 1495 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/siginfo.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/siginfo.h | 
|---|
|  | 1496 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/siginfo.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1497 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/siginfo.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1498 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1499 | +#ifndef __STUB__SIGINFO_H__ | 
|---|
|  | 1500 | +#define __STUB__SIGINFO_H__ | 
|---|
|  | 1501 | + | 
|---|
|  | 1502 | +#ifdef __powerpc64__ | 
|---|
|  | 1503 | +#include <asm-ppc64/siginfo.h> | 
|---|
|  | 1504 | +#else | 
|---|
|  | 1505 | +#include <asm-ppc/siginfo.h> | 
|---|
|  | 1506 | +#endif | 
|---|
|  | 1507 | + | 
|---|
|  | 1508 | +#endif /* __STUB__SIGINFO_H__ */ | 
|---|
|  | 1509 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/smu.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/smu.h | 
|---|
|  | 1510 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/smu.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1511 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/smu.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1512 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1513 | +#ifndef __STUB__SMU_H__ | 
|---|
|  | 1514 | +#define __STUB__SMU_H__ | 
|---|
|  | 1515 | + | 
|---|
|  | 1516 | +#ifdef __powerpc64__ | 
|---|
|  | 1517 | +#include <asm-ppc64/smu.h> | 
|---|
|  | 1518 | +#endif | 
|---|
|  | 1519 | + | 
|---|
|  | 1520 | +#endif /* __STUB__SMU_H__ */ | 
|---|
|  | 1521 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/socket.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/socket.h | 
|---|
|  | 1522 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/socket.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1523 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/socket.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1524 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1525 | +#ifndef __STUB__SOCKET_H__ | 
|---|
|  | 1526 | +#define __STUB__SOCKET_H__ | 
|---|
|  | 1527 | + | 
|---|
|  | 1528 | +#ifdef __powerpc64__ | 
|---|
|  | 1529 | +#include <asm-ppc64/socket.h> | 
|---|
|  | 1530 | +#else | 
|---|
|  | 1531 | +#include <asm-ppc/socket.h> | 
|---|
|  | 1532 | +#endif | 
|---|
|  | 1533 | + | 
|---|
|  | 1534 | +#endif /* __STUB__SOCKET_H__ */ | 
|---|
|  | 1535 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sockios.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sockios.h | 
|---|
|  | 1536 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/sockios.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1537 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/sockios.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1538 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1539 | +#ifndef __STUB__SOCKIOS_H__ | 
|---|
|  | 1540 | +#define __STUB__SOCKIOS_H__ | 
|---|
|  | 1541 | + | 
|---|
|  | 1542 | +#ifdef __powerpc64__ | 
|---|
|  | 1543 | +#include <asm-ppc64/sockios.h> | 
|---|
|  | 1544 | +#else | 
|---|
|  | 1545 | +#include <asm-ppc/sockios.h> | 
|---|
|  | 1546 | +#endif | 
|---|
|  | 1547 | + | 
|---|
|  | 1548 | +#endif /* __STUB__SOCKIOS_H__ */ | 
|---|
|  | 1549 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/spinlock.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/spinlock.h | 
|---|
|  | 1550 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/spinlock.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1551 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/spinlock.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1552 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1553 | +#ifndef __STUB__SPINLOCK_H__ | 
|---|
|  | 1554 | +#define __STUB__SPINLOCK_H__ | 
|---|
|  | 1555 | + | 
|---|
|  | 1556 | +#ifdef __powerpc64__ | 
|---|
|  | 1557 | +#include <asm-ppc64/spinlock.h> | 
|---|
|  | 1558 | +#else | 
|---|
|  | 1559 | +#include <asm-ppc/spinlock.h> | 
|---|
|  | 1560 | +#endif | 
|---|
|  | 1561 | + | 
|---|
|  | 1562 | +#endif /* __STUB__SPINLOCK_H__ */ | 
|---|
|  | 1563 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/stat.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/stat.h | 
|---|
|  | 1564 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/stat.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1565 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/stat.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1566 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1567 | +#ifndef __STUB__STAT_H__ | 
|---|
|  | 1568 | +#define __STUB__STAT_H__ | 
|---|
|  | 1569 | + | 
|---|
|  | 1570 | +#ifdef __powerpc64__ | 
|---|
|  | 1571 | +#include <asm-ppc64/stat.h> | 
|---|
|  | 1572 | +#else | 
|---|
|  | 1573 | +#include <asm-ppc/stat.h> | 
|---|
|  | 1574 | +#endif | 
|---|
|  | 1575 | + | 
|---|
|  | 1576 | +#endif /* __STUB__STAT_H__ */ | 
|---|
|  | 1577 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/suspend.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/suspend.h | 
|---|
|  | 1578 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/suspend.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1579 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/suspend.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1580 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1581 | +#ifndef __STUB__SUSPEND_H__ | 
|---|
|  | 1582 | +#define __STUB__SUSPEND_H__ | 
|---|
|  | 1583 | + | 
|---|
|  | 1584 | +#ifndef __powerpc64__ | 
|---|
|  | 1585 | +#include <asm-ppc/suspend.h> | 
|---|
|  | 1586 | +#endif | 
|---|
|  | 1587 | + | 
|---|
|  | 1588 | +#endif /* __STUB__SUSPEND_H__ */ | 
|---|
|  | 1589 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/system.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/system.h | 
|---|
|  | 1590 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/system.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1591 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/system.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1592 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1593 | +#ifndef __STUB__SYSTEM_H__ | 
|---|
|  | 1594 | +#define __STUB__SYSTEM_H__ | 
|---|
|  | 1595 | + | 
|---|
|  | 1596 | +#ifdef __powerpc64__ | 
|---|
|  | 1597 | +#include <asm-ppc64/system.h> | 
|---|
|  | 1598 | +#else | 
|---|
|  | 1599 | +#include <asm-ppc/system.h> | 
|---|
|  | 1600 | +#endif | 
|---|
|  | 1601 | + | 
|---|
|  | 1602 | +#endif /* __STUB__SYSTEM_H__ */ | 
|---|
|  | 1603 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/systemcfg.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/systemcfg.h | 
|---|
|  | 1604 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/systemcfg.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1605 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/systemcfg.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1606 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1607 | +#ifndef __STUB__SYSTEMCFG_H__ | 
|---|
|  | 1608 | +#define __STUB__SYSTEMCFG_H__ | 
|---|
|  | 1609 | + | 
|---|
|  | 1610 | +#ifdef __powerpc64__ | 
|---|
|  | 1611 | +#include <asm-ppc64/systemcfg.h> | 
|---|
|  | 1612 | +#endif | 
|---|
|  | 1613 | + | 
|---|
|  | 1614 | +#endif /* __STUB__SYSTEMCFG_H__ */ | 
|---|
|  | 1615 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/termbits.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/termbits.h | 
|---|
|  | 1616 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/termbits.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1617 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/termbits.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1618 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1619 | +#ifndef __STUB__TERMBITS_H__ | 
|---|
|  | 1620 | +#define __STUB__TERMBITS_H__ | 
|---|
|  | 1621 | + | 
|---|
|  | 1622 | +#ifdef __powerpc64__ | 
|---|
|  | 1623 | +#include <asm-ppc64/termbits.h> | 
|---|
|  | 1624 | +#else | 
|---|
|  | 1625 | +#include <asm-ppc/termbits.h> | 
|---|
|  | 1626 | +#endif | 
|---|
|  | 1627 | + | 
|---|
|  | 1628 | +#endif /* __STUB__TERMBITS_H__ */ | 
|---|
|  | 1629 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/termios.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/termios.h | 
|---|
|  | 1630 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/termios.h   Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1631 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/termios.h        Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1632 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1633 | +#ifndef __STUB__TERMIOS_H__ | 
|---|
|  | 1634 | +#define __STUB__TERMIOS_H__ | 
|---|
|  | 1635 | + | 
|---|
|  | 1636 | +#ifdef __powerpc64__ | 
|---|
|  | 1637 | +#include <asm-ppc64/termios.h> | 
|---|
|  | 1638 | +#else | 
|---|
|  | 1639 | +#include <asm-ppc/termios.h> | 
|---|
|  | 1640 | +#endif | 
|---|
|  | 1641 | + | 
|---|
|  | 1642 | +#endif /* __STUB__TERMIOS_H__ */ | 
|---|
|  | 1643 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/timex.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/timex.h | 
|---|
|  | 1644 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/timex.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1645 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/timex.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1646 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1647 | +#ifndef __STUB__TIMEX_H__ | 
|---|
|  | 1648 | +#define __STUB__TIMEX_H__ | 
|---|
|  | 1649 | + | 
|---|
|  | 1650 | +#ifdef __powerpc64__ | 
|---|
|  | 1651 | +#include <asm-ppc64/timex.h> | 
|---|
|  | 1652 | +#else | 
|---|
|  | 1653 | +#include <asm-ppc/timex.h> | 
|---|
|  | 1654 | +#endif | 
|---|
|  | 1655 | + | 
|---|
|  | 1656 | +#endif /* __STUB__TIMEX_H__ */ | 
|---|
|  | 1657 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/tlbflush.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/tlbflush.h | 
|---|
|  | 1658 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/tlbflush.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1659 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/tlbflush.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1660 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1661 | +#ifndef __STUB__TLBFLUSH_H__ | 
|---|
|  | 1662 | +#define __STUB__TLBFLUSH_H__ | 
|---|
|  | 1663 | + | 
|---|
|  | 1664 | +#ifdef __powerpc64__ | 
|---|
|  | 1665 | +#include <asm-ppc64/tlbflush.h> | 
|---|
|  | 1666 | +#else | 
|---|
|  | 1667 | +#include <asm-ppc/tlbflush.h> | 
|---|
|  | 1668 | +#endif | 
|---|
|  | 1669 | + | 
|---|
|  | 1670 | +#endif /* __STUB__TLBFLUSH_H__ */ | 
|---|
|  | 1671 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/todc.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/todc.h | 
|---|
|  | 1672 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/todc.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1673 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/todc.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1674 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1675 | +#ifndef __STUB__TODC_H__ | 
|---|
|  | 1676 | +#define __STUB__TODC_H__ | 
|---|
|  | 1677 | + | 
|---|
|  | 1678 | +#ifndef __powerpc64__ | 
|---|
|  | 1679 | +#include <asm-ppc/todc.h> | 
|---|
|  | 1680 | +#endif | 
|---|
|  | 1681 | + | 
|---|
|  | 1682 | +#endif /* __STUB__TODC_H__ */ | 
|---|
|  | 1683 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/traps.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/traps.h | 
|---|
|  | 1684 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/traps.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1685 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/traps.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1686 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1687 | +#ifndef __STUB__TRAPS_H__ | 
|---|
|  | 1688 | +#define __STUB__TRAPS_H__ | 
|---|
|  | 1689 | + | 
|---|
|  | 1690 | +#ifndef __powerpc64__ | 
|---|
|  | 1691 | +#include <asm-ppc/traps.h> | 
|---|
|  | 1692 | +#endif | 
|---|
|  | 1693 | + | 
|---|
|  | 1694 | +#endif /* __STUB__TRAPS_H__ */ | 
|---|
|  | 1695 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/types.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/types.h | 
|---|
|  | 1696 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/types.h     Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1697 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/types.h  Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1698 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1699 | +#ifndef __STUB__TYPES_H__ | 
|---|
|  | 1700 | +#define __STUB__TYPES_H__ | 
|---|
|  | 1701 | + | 
|---|
|  | 1702 | +#ifdef __powerpc64__ | 
|---|
|  | 1703 | +#include <asm-ppc64/types.h> | 
|---|
|  | 1704 | +#else | 
|---|
|  | 1705 | +#include <asm-ppc/types.h> | 
|---|
|  | 1706 | +#endif | 
|---|
|  | 1707 | + | 
|---|
|  | 1708 | +#endif /* __STUB__TYPES_H__ */ | 
|---|
|  | 1709 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ucontext.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ucontext.h | 
|---|
|  | 1710 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/ucontext.h  Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1711 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/ucontext.h       Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1712 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1713 | +#ifndef __STUB__UCONTEXT_H__ | 
|---|
|  | 1714 | +#define __STUB__UCONTEXT_H__ | 
|---|
|  | 1715 | + | 
|---|
|  | 1716 | +#ifdef __powerpc64__ | 
|---|
|  | 1717 | +#include <asm-ppc64/ucontext.h> | 
|---|
|  | 1718 | +#else | 
|---|
|  | 1719 | +#include <asm-ppc/ucontext.h> | 
|---|
|  | 1720 | +#endif | 
|---|
|  | 1721 | + | 
|---|
|  | 1722 | +#endif /* __STUB__UCONTEXT_H__ */ | 
|---|
|  | 1723 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/udbg.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/udbg.h | 
|---|
|  | 1724 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/udbg.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1725 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/udbg.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1726 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1727 | +#ifndef __STUB__UDBG_H__ | 
|---|
|  | 1728 | +#define __STUB__UDBG_H__ | 
|---|
|  | 1729 | + | 
|---|
|  | 1730 | +#ifdef __powerpc64__ | 
|---|
|  | 1731 | +#include <asm-ppc64/udbg.h> | 
|---|
|  | 1732 | +#endif | 
|---|
|  | 1733 | + | 
|---|
|  | 1734 | +#endif /* __STUB__UDBG_H__ */ | 
|---|
|  | 1735 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/unaligned.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/unaligned.h | 
|---|
|  | 1736 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/unaligned.h Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1737 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/unaligned.h      Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1738 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1739 | +#ifndef __STUB__UNALIGNED_H__ | 
|---|
|  | 1740 | +#define __STUB__UNALIGNED_H__ | 
|---|
|  | 1741 | + | 
|---|
|  | 1742 | +#ifdef __powerpc64__ | 
|---|
|  | 1743 | +#include <asm-ppc64/unaligned.h> | 
|---|
|  | 1744 | +#else | 
|---|
|  | 1745 | +#include <asm-ppc/unaligned.h> | 
|---|
|  | 1746 | +#endif | 
|---|
|  | 1747 | + | 
|---|
|  | 1748 | +#endif /* __STUB__UNALIGNED_H__ */ | 
|---|
|  | 1749 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/unistd.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/unistd.h | 
|---|
|  | 1750 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/unistd.h    Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1751 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/unistd.h Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1752 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1753 | +#ifndef __STUB__UNISTD_H__ | 
|---|
|  | 1754 | +#define __STUB__UNISTD_H__ | 
|---|
|  | 1755 | + | 
|---|
|  | 1756 | +#ifdef __powerpc64__ | 
|---|
|  | 1757 | +#include <asm-ppc64/unistd.h> | 
|---|
|  | 1758 | +#else | 
|---|
|  | 1759 | +#include <asm-ppc/unistd.h> | 
|---|
|  | 1760 | +#endif | 
|---|
|  | 1761 | + | 
|---|
|  | 1762 | +#endif /* __STUB__UNISTD_H__ */ | 
|---|
|  | 1763 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/user.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/user.h | 
|---|
|  | 1764 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/user.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1765 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/user.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1766 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1767 | +#ifndef __STUB__USER_H__ | 
|---|
|  | 1768 | +#define __STUB__USER_H__ | 
|---|
|  | 1769 | + | 
|---|
|  | 1770 | +#ifdef __powerpc64__ | 
|---|
|  | 1771 | +#include <asm-ppc64/user.h> | 
|---|
|  | 1772 | +#else | 
|---|
|  | 1773 | +#include <asm-ppc/user.h> | 
|---|
|  | 1774 | +#endif | 
|---|
|  | 1775 | + | 
|---|
|  | 1776 | +#endif /* __STUB__USER_H__ */ | 
|---|
|  | 1777 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/vga.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/vga.h | 
|---|
|  | 1778 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/vga.h       Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1779 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/vga.h    Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1780 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1781 | +#ifndef __STUB__VGA_H__ | 
|---|
|  | 1782 | +#define __STUB__VGA_H__ | 
|---|
|  | 1783 | + | 
|---|
|  | 1784 | +#ifdef __powerpc64__ | 
|---|
|  | 1785 | +#include <asm-ppc64/vga.h> | 
|---|
|  | 1786 | +#else | 
|---|
|  | 1787 | +#include <asm-ppc/vga.h> | 
|---|
|  | 1788 | +#endif | 
|---|
|  | 1789 | + | 
|---|
|  | 1790 | +#endif /* __STUB__VGA_H__ */ | 
|---|
|  | 1791 | diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/xics.h linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/xics.h | 
|---|
|  | 1792 | --- linux-libc-headers-2.6.12.0.orig/include/asm-ppc-biarch/xics.h      Wed Dec 31 19:00:00 1969 | 
|---|
|  | 1793 | +++ linux-libc-headers-2.6.12.0/include/asm-ppc-biarch/xics.h   Thu Oct 20 12:39:51 2005 | 
|---|
|  | 1794 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1795 | +#ifndef __STUB__XICS_H__ | 
|---|
|  | 1796 | +#define __STUB__XICS_H__ | 
|---|
|  | 1797 | + | 
|---|
|  | 1798 | +#ifdef __powerpc64__ | 
|---|
|  | 1799 | +#include <asm-ppc64/xics.h> | 
|---|
|  | 1800 | +#endif | 
|---|
|  | 1801 | + | 
|---|
|  | 1802 | +#endif /* __STUB__XICS_H__ */ | 
|---|