| [69cde8d] | 1 | Submitted By: Jim Gifford (patches at jg555 dot com) | 
|---|
|  | 2 | Date: 2005-07-04 | 
|---|
|  | 3 | Initial Package Version: 2.6.11.2 | 
|---|
|  | 4 | Origin: Created for Cross-LFS | 
|---|
|  | 5 | Upstream Status: Not submitted - LFS Specific | 
|---|
|  | 6 | Description: Creates kernel header stubs for biarch builds, specific to x86_64 arch. | 
|---|
|  | 7 | Based on cross-lfs scripts by Ryan Oliver | 
|---|
|  | 8 |  | 
|---|
|  | 9 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/8253pit.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/8253pit.h | 
|---|
|  | 10 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/8253pit.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 11 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/8253pit.h     2005-06-25 19:56:03.000000000 +0000 | 
|---|
|  | 12 | @@ -0,0 +1,10 @@ | 
|---|
|  | 13 | +#ifndef __STUB__8253PIT_H__ | 
|---|
|  | 14 | +#define __STUB__8253PIT_H__ | 
|---|
|  | 15 | + | 
|---|
|  | 16 | +#ifdef __x86_64__ | 
|---|
|  | 17 | +#include <asm-x86_64/8253pit.h> | 
|---|
|  | 18 | +#else | 
|---|
|  | 19 | +#include <asm-i386/8253pit.h> | 
|---|
|  | 20 | +#endif | 
|---|
|  | 21 | + | 
|---|
|  | 22 | +#endif /* __STUB__8253PIT_H__ */ | 
|---|
|  | 23 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/a.out.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/a.out.h | 
|---|
|  | 24 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/a.out.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 25 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/a.out.h       2005-06-25 19:56:04.000000000 +0000 | 
|---|
|  | 26 | @@ -0,0 +1,10 @@ | 
|---|
|  | 27 | +#ifndef __STUB__A_OUT_H__ | 
|---|
|  | 28 | +#define __STUB__A_OUT_H__ | 
|---|
|  | 29 | + | 
|---|
|  | 30 | +#ifdef __x86_64__ | 
|---|
|  | 31 | +#include <asm-x86_64/a.out.h> | 
|---|
|  | 32 | +#else | 
|---|
|  | 33 | +#include <asm-i386/a.out.h> | 
|---|
|  | 34 | +#endif | 
|---|
|  | 35 | + | 
|---|
|  | 36 | +#endif /* __STUB__A_OUT_H__ */ | 
|---|
|  | 37 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/agp.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/agp.h | 
|---|
|  | 38 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/agp.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 39 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/agp.h 2005-06-25 19:56:04.000000000 +0000 | 
|---|
|  | 40 | @@ -0,0 +1,10 @@ | 
|---|
|  | 41 | +#ifndef __STUB__AGP_H__ | 
|---|
|  | 42 | +#define __STUB__AGP_H__ | 
|---|
|  | 43 | + | 
|---|
|  | 44 | +#ifdef __x86_64__ | 
|---|
|  | 45 | +#include <asm-x86_64/agp.h> | 
|---|
|  | 46 | +#else | 
|---|
|  | 47 | +#include <asm-i386/agp.h> | 
|---|
|  | 48 | +#endif | 
|---|
|  | 49 | + | 
|---|
|  | 50 | +#endif /* __STUB__AGP_H__ */ | 
|---|
|  | 51 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/apic.h | 
|---|
|  | 52 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/apic.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 53 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/apic.h        2005-06-25 19:56:05.000000000 +0000 | 
|---|
|  | 54 | @@ -0,0 +1,10 @@ | 
|---|
|  | 55 | +#ifndef __STUB__APIC_H__ | 
|---|
|  | 56 | +#define __STUB__APIC_H__ | 
|---|
|  | 57 | + | 
|---|
|  | 58 | +#ifdef __x86_64__ | 
|---|
|  | 59 | +#include <asm-x86_64/apic.h> | 
|---|
|  | 60 | +#else | 
|---|
|  | 61 | +#include <asm-i386/apic.h> | 
|---|
|  | 62 | +#endif | 
|---|
|  | 63 | + | 
|---|
|  | 64 | +#endif /* __STUB__APIC_H__ */ | 
|---|
|  | 65 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/apicdef.h | 
|---|
|  | 66 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/apicdef.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 67 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/apicdef.h     2005-06-25 19:56:06.000000000 +0000 | 
|---|
|  | 68 | @@ -0,0 +1,10 @@ | 
|---|
|  | 69 | +#ifndef __STUB__APICDEF_H__ | 
|---|
|  | 70 | +#define __STUB__APICDEF_H__ | 
|---|
|  | 71 | + | 
|---|
|  | 72 | +#ifdef __x86_64__ | 
|---|
|  | 73 | +#include <asm-x86_64/apicdef.h> | 
|---|
|  | 74 | +#else | 
|---|
|  | 75 | +#include <asm-i386/apicdef.h> | 
|---|
|  | 76 | +#endif | 
|---|
|  | 77 | + | 
|---|
|  | 78 | +#endif /* __STUB__APICDEF_H__ */ | 
|---|
|  | 79 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/arch_hooks.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/arch_hooks.h | 
|---|
|  | 80 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/arch_hooks.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 81 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/arch_hooks.h  2005-06-25 19:56:06.000000000 +0000 | 
|---|
|  | 82 | @@ -0,0 +1,8 @@ | 
|---|
|  | 83 | +#ifndef __STUB__ARCH_HOOKS_H__ | 
|---|
|  | 84 | +#define __STUB__ARCH_HOOKS_H__ | 
|---|
|  | 85 | + | 
|---|
|  | 86 | +#ifndef __x86_64__ | 
|---|
|  | 87 | +#include <asm-i386/arch_hooks.h> | 
|---|
|  | 88 | +#endif | 
|---|
|  | 89 | + | 
|---|
|  | 90 | +#endif /* __STUB__ARCH_HOOKS_H__ */ | 
|---|
|  | 91 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/atomic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/atomic.h | 
|---|
|  | 92 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/atomic.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 93 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/atomic.h      2005-06-25 19:56:07.000000000 +0000 | 
|---|
|  | 94 | @@ -0,0 +1,10 @@ | 
|---|
|  | 95 | +#ifndef __STUB__ATOMIC_H__ | 
|---|
|  | 96 | +#define __STUB__ATOMIC_H__ | 
|---|
|  | 97 | + | 
|---|
|  | 98 | +#ifdef __x86_64__ | 
|---|
|  | 99 | +#include <asm-x86_64/atomic.h> | 
|---|
|  | 100 | +#else | 
|---|
|  | 101 | +#include <asm-i386/atomic.h> | 
|---|
|  | 102 | +#endif | 
|---|
|  | 103 | + | 
|---|
|  | 104 | +#endif /* __STUB__ATOMIC_H__ */ | 
|---|
|  | 105 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/bitops.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/bitops.h | 
|---|
|  | 106 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/bitops.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 107 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/bitops.h      2005-06-25 19:56:08.000000000 +0000 | 
|---|
|  | 108 | @@ -0,0 +1,10 @@ | 
|---|
|  | 109 | +#ifndef __STUB__BITOPS_H__ | 
|---|
|  | 110 | +#define __STUB__BITOPS_H__ | 
|---|
|  | 111 | + | 
|---|
|  | 112 | +#ifdef __x86_64__ | 
|---|
|  | 113 | +#include <asm-x86_64/bitops.h> | 
|---|
|  | 114 | +#else | 
|---|
|  | 115 | +#include <asm-i386/bitops.h> | 
|---|
|  | 116 | +#endif | 
|---|
|  | 117 | + | 
|---|
|  | 118 | +#endif /* __STUB__BITOPS_H__ */ | 
|---|
|  | 119 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/boot.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/boot.h | 
|---|
|  | 120 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/boot.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 121 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/boot.h        2005-06-25 19:56:09.000000000 +0000 | 
|---|
|  | 122 | @@ -0,0 +1,10 @@ | 
|---|
|  | 123 | +#ifndef __STUB__BOOT_H__ | 
|---|
|  | 124 | +#define __STUB__BOOT_H__ | 
|---|
|  | 125 | + | 
|---|
|  | 126 | +#ifdef __x86_64__ | 
|---|
|  | 127 | +#include <asm-x86_64/boot.h> | 
|---|
|  | 128 | +#else | 
|---|
|  | 129 | +#include <asm-i386/boot.h> | 
|---|
|  | 130 | +#endif | 
|---|
|  | 131 | + | 
|---|
|  | 132 | +#endif /* __STUB__BOOT_H__ */ | 
|---|
|  | 133 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/bootsetup.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/bootsetup.h | 
|---|
|  | 134 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/bootsetup.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 135 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/bootsetup.h   2005-06-25 19:55:09.000000000 +0000 | 
|---|
|  | 136 | @@ -0,0 +1,8 @@ | 
|---|
|  | 137 | +#ifndef __STUB__BOOTSETUP_H__ | 
|---|
|  | 138 | +#define __STUB__BOOTSETUP_H__ | 
|---|
|  | 139 | + | 
|---|
|  | 140 | +#ifdef __x86_64__ | 
|---|
|  | 141 | +#include <asm-x86_64/bootsetup.h> | 
|---|
|  | 142 | +#endif | 
|---|
|  | 143 | + | 
|---|
|  | 144 | +#endif /* __STUB__BOOTSETUP_H__ */ | 
|---|
|  | 145 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/byteorder.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/byteorder.h | 
|---|
|  | 146 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/byteorder.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 147 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/byteorder.h   2005-06-25 19:56:09.000000000 +0000 | 
|---|
|  | 148 | @@ -0,0 +1,10 @@ | 
|---|
|  | 149 | +#ifndef __STUB__BYTEORDER_H__ | 
|---|
|  | 150 | +#define __STUB__BYTEORDER_H__ | 
|---|
|  | 151 | + | 
|---|
|  | 152 | +#ifdef __x86_64__ | 
|---|
|  | 153 | +#include <asm-x86_64/byteorder.h> | 
|---|
|  | 154 | +#else | 
|---|
|  | 155 | +#include <asm-i386/byteorder.h> | 
|---|
|  | 156 | +#endif | 
|---|
|  | 157 | + | 
|---|
|  | 158 | +#endif /* __STUB__BYTEORDER_H__ */ | 
|---|
|  | 159 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cache.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cache.h | 
|---|
|  | 160 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cache.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 161 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cache.h       2005-06-25 19:56:10.000000000 +0000 | 
|---|
|  | 162 | @@ -0,0 +1,10 @@ | 
|---|
|  | 163 | +#ifndef __STUB__CACHE_H__ | 
|---|
|  | 164 | +#define __STUB__CACHE_H__ | 
|---|
|  | 165 | + | 
|---|
|  | 166 | +#ifdef __x86_64__ | 
|---|
|  | 167 | +#include <asm-x86_64/cache.h> | 
|---|
|  | 168 | +#else | 
|---|
|  | 169 | +#include <asm-i386/cache.h> | 
|---|
|  | 170 | +#endif | 
|---|
|  | 171 | + | 
|---|
|  | 172 | +#endif /* __STUB__CACHE_H__ */ | 
|---|
|  | 173 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cacheflush.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cacheflush.h | 
|---|
|  | 174 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cacheflush.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 175 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cacheflush.h  2005-06-25 19:56:11.000000000 +0000 | 
|---|
|  | 176 | @@ -0,0 +1,10 @@ | 
|---|
|  | 177 | +#ifndef __STUB__CACHEFLUSH_H__ | 
|---|
|  | 178 | +#define __STUB__CACHEFLUSH_H__ | 
|---|
|  | 179 | + | 
|---|
|  | 180 | +#ifdef __x86_64__ | 
|---|
|  | 181 | +#include <asm-x86_64/cacheflush.h> | 
|---|
|  | 182 | +#else | 
|---|
|  | 183 | +#include <asm-i386/cacheflush.h> | 
|---|
|  | 184 | +#endif | 
|---|
|  | 185 | + | 
|---|
|  | 186 | +#endif /* __STUB__CACHEFLUSH_H__ */ | 
|---|
|  | 187 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/calling.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/calling.h | 
|---|
|  | 188 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/calling.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 189 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/calling.h     2005-06-25 19:55:12.000000000 +0000 | 
|---|
|  | 190 | @@ -0,0 +1,8 @@ | 
|---|
|  | 191 | +#ifndef __STUB__CALLING_H__ | 
|---|
|  | 192 | +#define __STUB__CALLING_H__ | 
|---|
|  | 193 | + | 
|---|
|  | 194 | +#ifdef __x86_64__ | 
|---|
|  | 195 | +#include <asm-x86_64/calling.h> | 
|---|
|  | 196 | +#endif | 
|---|
|  | 197 | + | 
|---|
|  | 198 | +#endif /* __STUB__CALLING_H__ */ | 
|---|
|  | 199 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/checksum.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/checksum.h | 
|---|
|  | 200 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/checksum.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 201 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/checksum.h    2005-06-25 19:56:12.000000000 +0000 | 
|---|
|  | 202 | @@ -0,0 +1,10 @@ | 
|---|
|  | 203 | +#ifndef __STUB__CHECKSUM_H__ | 
|---|
|  | 204 | +#define __STUB__CHECKSUM_H__ | 
|---|
|  | 205 | + | 
|---|
|  | 206 | +#ifdef __x86_64__ | 
|---|
|  | 207 | +#include <asm-x86_64/checksum.h> | 
|---|
|  | 208 | +#else | 
|---|
|  | 209 | +#include <asm-i386/checksum.h> | 
|---|
|  | 210 | +#endif | 
|---|
|  | 211 | + | 
|---|
|  | 212 | +#endif /* __STUB__CHECKSUM_H__ */ | 
|---|
|  | 213 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/compat.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/compat.h | 
|---|
|  | 214 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/compat.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 215 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/compat.h      2005-06-25 19:55:13.000000000 +0000 | 
|---|
|  | 216 | @@ -0,0 +1,8 @@ | 
|---|
|  | 217 | +#ifndef __STUB__COMPAT_H__ | 
|---|
|  | 218 | +#define __STUB__COMPAT_H__ | 
|---|
|  | 219 | + | 
|---|
|  | 220 | +#ifdef __x86_64__ | 
|---|
|  | 221 | +#include <asm-x86_64/compat.h> | 
|---|
|  | 222 | +#endif | 
|---|
|  | 223 | + | 
|---|
|  | 224 | +#endif /* __STUB__COMPAT_H__ */ | 
|---|
|  | 225 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cpu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cpu.h | 
|---|
|  | 226 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cpu.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 227 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cpu.h 2005-06-25 19:56:12.000000000 +0000 | 
|---|
|  | 228 | @@ -0,0 +1,8 @@ | 
|---|
|  | 229 | +#ifndef __STUB__CPU_H__ | 
|---|
|  | 230 | +#define __STUB__CPU_H__ | 
|---|
|  | 231 | + | 
|---|
|  | 232 | +#ifndef __x86_64__ | 
|---|
|  | 233 | +#include <asm-i386/cpu.h> | 
|---|
|  | 234 | +#endif | 
|---|
|  | 235 | + | 
|---|
|  | 236 | +#endif /* __STUB__CPU_H__ */ | 
|---|
|  | 237 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cpufeature.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cpufeature.h | 
|---|
|  | 238 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/cpufeature.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 239 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/cpufeature.h  2005-06-25 19:56:13.000000000 +0000 | 
|---|
|  | 240 | @@ -0,0 +1,10 @@ | 
|---|
|  | 241 | +#ifndef __STUB__CPUFEATURE_H__ | 
|---|
|  | 242 | +#define __STUB__CPUFEATURE_H__ | 
|---|
|  | 243 | + | 
|---|
|  | 244 | +#ifdef __x86_64__ | 
|---|
|  | 245 | +#include <asm-x86_64/cpufeature.h> | 
|---|
|  | 246 | +#else | 
|---|
|  | 247 | +#include <asm-i386/cpufeature.h> | 
|---|
|  | 248 | +#endif | 
|---|
|  | 249 | + | 
|---|
|  | 250 | +#endif /* __STUB__CPUFEATURE_H__ */ | 
|---|
|  | 251 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/debugreg.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/debugreg.h | 
|---|
|  | 252 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/debugreg.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 253 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/debugreg.h    2005-06-25 19:56:13.000000000 +0000 | 
|---|
|  | 254 | @@ -0,0 +1,10 @@ | 
|---|
|  | 255 | +#ifndef __STUB__DEBUGREG_H__ | 
|---|
|  | 256 | +#define __STUB__DEBUGREG_H__ | 
|---|
|  | 257 | + | 
|---|
|  | 258 | +#ifdef __x86_64__ | 
|---|
|  | 259 | +#include <asm-x86_64/debugreg.h> | 
|---|
|  | 260 | +#else | 
|---|
|  | 261 | +#include <asm-i386/debugreg.h> | 
|---|
|  | 262 | +#endif | 
|---|
|  | 263 | + | 
|---|
|  | 264 | +#endif /* __STUB__DEBUGREG_H__ */ | 
|---|
|  | 265 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/desc.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/desc.h | 
|---|
|  | 266 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/desc.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 267 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/desc.h        2005-06-25 19:56:14.000000000 +0000 | 
|---|
|  | 268 | @@ -0,0 +1,10 @@ | 
|---|
|  | 269 | +#ifndef __STUB__DESC_H__ | 
|---|
|  | 270 | +#define __STUB__DESC_H__ | 
|---|
|  | 271 | + | 
|---|
|  | 272 | +#ifdef __x86_64__ | 
|---|
|  | 273 | +#include <asm-x86_64/desc.h> | 
|---|
|  | 274 | +#else | 
|---|
|  | 275 | +#include <asm-i386/desc.h> | 
|---|
|  | 276 | +#endif | 
|---|
|  | 277 | + | 
|---|
|  | 278 | +#endif /* __STUB__DESC_H__ */ | 
|---|
|  | 279 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/dma.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/dma.h | 
|---|
|  | 280 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/dma.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 281 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/dma.h 2005-06-25 19:56:14.000000000 +0000 | 
|---|
|  | 282 | @@ -0,0 +1,10 @@ | 
|---|
|  | 283 | +#ifndef __STUB__DMA_H__ | 
|---|
|  | 284 | +#define __STUB__DMA_H__ | 
|---|
|  | 285 | + | 
|---|
|  | 286 | +#ifdef __x86_64__ | 
|---|
|  | 287 | +#include <asm-x86_64/dma.h> | 
|---|
|  | 288 | +#else | 
|---|
|  | 289 | +#include <asm-i386/dma.h> | 
|---|
|  | 290 | +#endif | 
|---|
|  | 291 | + | 
|---|
|  | 292 | +#endif /* __STUB__DMA_H__ */ | 
|---|
|  | 293 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/dwarf2.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/dwarf2.h | 
|---|
|  | 294 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/dwarf2.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 295 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/dwarf2.h      2005-06-25 19:55:17.000000000 +0000 | 
|---|
|  | 296 | @@ -0,0 +1,8 @@ | 
|---|
|  | 297 | +#ifndef __STUB__DWARF2_H__ | 
|---|
|  | 298 | +#define __STUB__DWARF2_H__ | 
|---|
|  | 299 | + | 
|---|
|  | 300 | +#ifdef __x86_64__ | 
|---|
|  | 301 | +#include <asm-x86_64/dwarf2.h> | 
|---|
|  | 302 | +#endif | 
|---|
|  | 303 | + | 
|---|
|  | 304 | +#endif /* __STUB__DWARF2_H__ */ | 
|---|
|  | 305 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/e820.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/e820.h | 
|---|
|  | 306 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/e820.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 307 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/e820.h        2005-06-25 19:56:15.000000000 +0000 | 
|---|
|  | 308 | @@ -0,0 +1,10 @@ | 
|---|
|  | 309 | +#ifndef __STUB__E820_H__ | 
|---|
|  | 310 | +#define __STUB__E820_H__ | 
|---|
|  | 311 | + | 
|---|
|  | 312 | +#ifdef __x86_64__ | 
|---|
|  | 313 | +#include <asm-x86_64/e820.h> | 
|---|
|  | 314 | +#else | 
|---|
|  | 315 | +#include <asm-i386/e820.h> | 
|---|
|  | 316 | +#endif | 
|---|
|  | 317 | + | 
|---|
|  | 318 | +#endif /* __STUB__E820_H__ */ | 
|---|
|  | 319 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/elf.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/elf.h | 
|---|
|  | 320 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/elf.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 321 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/elf.h 2005-06-25 19:56:16.000000000 +0000 | 
|---|
|  | 322 | @@ -0,0 +1,10 @@ | 
|---|
|  | 323 | +#ifndef __STUB__ELF_H__ | 
|---|
|  | 324 | +#define __STUB__ELF_H__ | 
|---|
|  | 325 | + | 
|---|
|  | 326 | +#ifdef __x86_64__ | 
|---|
|  | 327 | +#include <asm-x86_64/elf.h> | 
|---|
|  | 328 | +#else | 
|---|
|  | 329 | +#include <asm-i386/elf.h> | 
|---|
|  | 330 | +#endif | 
|---|
|  | 331 | + | 
|---|
|  | 332 | +#endif /* __STUB__ELF_H__ */ | 
|---|
|  | 333 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/errno.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/errno.h | 
|---|
|  | 334 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/errno.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 335 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/errno.h       2005-06-25 19:56:16.000000000 +0000 | 
|---|
|  | 336 | @@ -0,0 +1,10 @@ | 
|---|
|  | 337 | +#ifndef __STUB__ERRNO_H__ | 
|---|
|  | 338 | +#define __STUB__ERRNO_H__ | 
|---|
|  | 339 | + | 
|---|
|  | 340 | +#ifdef __x86_64__ | 
|---|
|  | 341 | +#include <asm-x86_64/errno.h> | 
|---|
|  | 342 | +#else | 
|---|
|  | 343 | +#include <asm-i386/errno.h> | 
|---|
|  | 344 | +#endif | 
|---|
|  | 345 | + | 
|---|
|  | 346 | +#endif /* __STUB__ERRNO_H__ */ | 
|---|
|  | 347 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fcntl.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fcntl.h | 
|---|
|  | 348 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fcntl.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 349 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fcntl.h       2005-06-25 19:56:17.000000000 +0000 | 
|---|
|  | 350 | @@ -0,0 +1,10 @@ | 
|---|
|  | 351 | +#ifndef __STUB__FCNTL_H__ | 
|---|
|  | 352 | +#define __STUB__FCNTL_H__ | 
|---|
|  | 353 | + | 
|---|
|  | 354 | +#ifdef __x86_64__ | 
|---|
|  | 355 | +#include <asm-x86_64/fcntl.h> | 
|---|
|  | 356 | +#else | 
|---|
|  | 357 | +#include <asm-i386/fcntl.h> | 
|---|
|  | 358 | +#endif | 
|---|
|  | 359 | + | 
|---|
|  | 360 | +#endif /* __STUB__FCNTL_H__ */ | 
|---|
|  | 361 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fixmap.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fixmap.h | 
|---|
|  | 362 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fixmap.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 363 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fixmap.h      2005-06-25 19:56:18.000000000 +0000 | 
|---|
|  | 364 | @@ -0,0 +1,10 @@ | 
|---|
|  | 365 | +#ifndef __STUB__FIXMAP_H__ | 
|---|
|  | 366 | +#define __STUB__FIXMAP_H__ | 
|---|
|  | 367 | + | 
|---|
|  | 368 | +#ifdef __x86_64__ | 
|---|
|  | 369 | +#include <asm-x86_64/fixmap.h> | 
|---|
|  | 370 | +#else | 
|---|
|  | 371 | +#include <asm-i386/fixmap.h> | 
|---|
|  | 372 | +#endif | 
|---|
|  | 373 | + | 
|---|
|  | 374 | +#endif /* __STUB__FIXMAP_H__ */ | 
|---|
|  | 375 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/floppy.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/floppy.h | 
|---|
|  | 376 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/floppy.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 377 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/floppy.h      2005-06-25 19:56:19.000000000 +0000 | 
|---|
|  | 378 | @@ -0,0 +1,10 @@ | 
|---|
|  | 379 | +#ifndef __STUB__FLOPPY_H__ | 
|---|
|  | 380 | +#define __STUB__FLOPPY_H__ | 
|---|
|  | 381 | + | 
|---|
|  | 382 | +#ifdef __x86_64__ | 
|---|
|  | 383 | +#include <asm-x86_64/floppy.h> | 
|---|
|  | 384 | +#else | 
|---|
|  | 385 | +#include <asm-i386/floppy.h> | 
|---|
|  | 386 | +#endif | 
|---|
|  | 387 | + | 
|---|
|  | 388 | +#endif /* __STUB__FLOPPY_H__ */ | 
|---|
|  | 389 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fpu32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fpu32.h | 
|---|
|  | 390 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/fpu32.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 391 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/fpu32.h       2005-06-25 19:55:22.000000000 +0000 | 
|---|
|  | 392 | @@ -0,0 +1,8 @@ | 
|---|
|  | 393 | +#ifndef __STUB__FPU32_H__ | 
|---|
|  | 394 | +#define __STUB__FPU32_H__ | 
|---|
|  | 395 | + | 
|---|
|  | 396 | +#ifdef __x86_64__ | 
|---|
|  | 397 | +#include <asm-x86_64/fpu32.h> | 
|---|
|  | 398 | +#endif | 
|---|
|  | 399 | + | 
|---|
|  | 400 | +#endif /* __STUB__FPU32_H__ */ | 
|---|
|  | 401 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/genapic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/genapic.h | 
|---|
|  | 402 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/genapic.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 403 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/genapic.h     2005-06-25 19:56:19.000000000 +0000 | 
|---|
|  | 404 | @@ -0,0 +1,8 @@ | 
|---|
|  | 405 | +#ifndef __STUB__GENAPIC_H__ | 
|---|
|  | 406 | +#define __STUB__GENAPIC_H__ | 
|---|
|  | 407 | + | 
|---|
|  | 408 | +#ifndef __x86_64__ | 
|---|
|  | 409 | +#include <asm-i386/genapic.h> | 
|---|
|  | 410 | +#endif | 
|---|
|  | 411 | + | 
|---|
|  | 412 | +#endif /* __STUB__GENAPIC_H__ */ | 
|---|
|  | 413 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hardirq.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hardirq.h | 
|---|
|  | 414 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hardirq.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 415 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hardirq.h     2005-06-25 19:56:20.000000000 +0000 | 
|---|
|  | 416 | @@ -0,0 +1,10 @@ | 
|---|
|  | 417 | +#ifndef __STUB__HARDIRQ_H__ | 
|---|
|  | 418 | +#define __STUB__HARDIRQ_H__ | 
|---|
|  | 419 | + | 
|---|
|  | 420 | +#ifdef __x86_64__ | 
|---|
|  | 421 | +#include <asm-x86_64/hardirq.h> | 
|---|
|  | 422 | +#else | 
|---|
|  | 423 | +#include <asm-i386/hardirq.h> | 
|---|
|  | 424 | +#endif | 
|---|
|  | 425 | + | 
|---|
|  | 426 | +#endif /* __STUB__HARDIRQ_H__ */ | 
|---|
|  | 427 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hdreg.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hdreg.h | 
|---|
|  | 428 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hdreg.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 429 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hdreg.h       2005-06-25 19:56:21.000000000 +0000 | 
|---|
|  | 430 | @@ -0,0 +1,10 @@ | 
|---|
|  | 431 | +#ifndef __STUB__HDREG_H__ | 
|---|
|  | 432 | +#define __STUB__HDREG_H__ | 
|---|
|  | 433 | + | 
|---|
|  | 434 | +#ifdef __x86_64__ | 
|---|
|  | 435 | +#include <asm-x86_64/hdreg.h> | 
|---|
|  | 436 | +#else | 
|---|
|  | 437 | +#include <asm-i386/hdreg.h> | 
|---|
|  | 438 | +#endif | 
|---|
|  | 439 | + | 
|---|
|  | 440 | +#endif /* __STUB__HDREG_H__ */ | 
|---|
|  | 441 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hw_irq.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hw_irq.h | 
|---|
|  | 442 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/hw_irq.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 443 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/hw_irq.h      2005-06-25 19:56:21.000000000 +0000 | 
|---|
|  | 444 | @@ -0,0 +1,10 @@ | 
|---|
|  | 445 | +#ifndef __STUB__HW_IRQ_H__ | 
|---|
|  | 446 | +#define __STUB__HW_IRQ_H__ | 
|---|
|  | 447 | + | 
|---|
|  | 448 | +#ifdef __x86_64__ | 
|---|
|  | 449 | +#include <asm-x86_64/hw_irq.h> | 
|---|
|  | 450 | +#else | 
|---|
|  | 451 | +#include <asm-i386/hw_irq.h> | 
|---|
|  | 452 | +#endif | 
|---|
|  | 453 | + | 
|---|
|  | 454 | +#endif /* __STUB__HW_IRQ_H__ */ | 
|---|
|  | 455 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/i8259.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/i8259.h | 
|---|
|  | 456 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/i8259.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 457 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/i8259.h       2005-06-25 19:56:22.000000000 +0000 | 
|---|
|  | 458 | @@ -0,0 +1,8 @@ | 
|---|
|  | 459 | +#ifndef __STUB__I8259_H__ | 
|---|
|  | 460 | +#define __STUB__I8259_H__ | 
|---|
|  | 461 | + | 
|---|
|  | 462 | +#ifndef __x86_64__ | 
|---|
|  | 463 | +#include <asm-i386/i8259.h> | 
|---|
|  | 464 | +#endif | 
|---|
|  | 465 | + | 
|---|
|  | 466 | +#endif /* __STUB__I8259_H__ */ | 
|---|
|  | 467 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ia32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ia32.h | 
|---|
|  | 468 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ia32.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 469 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ia32.h        2005-06-25 19:55:23.000000000 +0000 | 
|---|
|  | 470 | @@ -0,0 +1,8 @@ | 
|---|
|  | 471 | +#ifndef __STUB__IA32_H__ | 
|---|
|  | 472 | +#define __STUB__IA32_H__ | 
|---|
|  | 473 | + | 
|---|
|  | 474 | +#ifdef __x86_64__ | 
|---|
|  | 475 | +#include <asm-x86_64/ia32.h> | 
|---|
|  | 476 | +#endif | 
|---|
|  | 477 | + | 
|---|
|  | 478 | +#endif /* __STUB__IA32_H__ */ | 
|---|
|  | 479 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ia32_unistd.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ia32_unistd.h | 
|---|
|  | 480 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ia32_unistd.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 481 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ia32_unistd.h 2005-06-25 19:55:24.000000000 +0000 | 
|---|
|  | 482 | @@ -0,0 +1,8 @@ | 
|---|
|  | 483 | +#ifndef __STUB__IA32_UNISTD_H__ | 
|---|
|  | 484 | +#define __STUB__IA32_UNISTD_H__ | 
|---|
|  | 485 | + | 
|---|
|  | 486 | +#ifdef __x86_64__ | 
|---|
|  | 487 | +#include <asm-x86_64/ia32_unistd.h> | 
|---|
|  | 488 | +#endif | 
|---|
|  | 489 | + | 
|---|
|  | 490 | +#endif /* __STUB__IA32_UNISTD_H__ */ | 
|---|
|  | 491 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/init.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/init.h | 
|---|
|  | 492 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/init.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 493 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/init.h        2005-06-25 19:56:23.000000000 +0000 | 
|---|
|  | 494 | @@ -0,0 +1,10 @@ | 
|---|
|  | 495 | +#ifndef __STUB__INIT_H__ | 
|---|
|  | 496 | +#define __STUB__INIT_H__ | 
|---|
|  | 497 | + | 
|---|
|  | 498 | +#ifdef __x86_64__ | 
|---|
|  | 499 | +#include <asm-x86_64/init.h> | 
|---|
|  | 500 | +#else | 
|---|
|  | 501 | +#include <asm-i386/init.h> | 
|---|
|  | 502 | +#endif | 
|---|
|  | 503 | + | 
|---|
|  | 504 | +#endif /* __STUB__INIT_H__ */ | 
|---|
|  | 505 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/io.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/io.h | 
|---|
|  | 506 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/io.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 507 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/io.h  2005-06-25 19:56:23.000000000 +0000 | 
|---|
|  | 508 | @@ -0,0 +1,10 @@ | 
|---|
|  | 509 | +#ifndef __STUB__IO_H__ | 
|---|
|  | 510 | +#define __STUB__IO_H__ | 
|---|
|  | 511 | + | 
|---|
|  | 512 | +#ifdef __x86_64__ | 
|---|
|  | 513 | +#include <asm-x86_64/io.h> | 
|---|
|  | 514 | +#else | 
|---|
|  | 515 | +#include <asm-i386/io.h> | 
|---|
|  | 516 | +#endif | 
|---|
|  | 517 | + | 
|---|
|  | 518 | +#endif /* __STUB__IO_H__ */ | 
|---|
|  | 519 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/io_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/io_apic.h | 
|---|
|  | 520 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/io_apic.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 521 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/io_apic.h     2005-06-25 19:56:24.000000000 +0000 | 
|---|
|  | 522 | @@ -0,0 +1,10 @@ | 
|---|
|  | 523 | +#ifndef __STUB__IO_APIC_H__ | 
|---|
|  | 524 | +#define __STUB__IO_APIC_H__ | 
|---|
|  | 525 | + | 
|---|
|  | 526 | +#ifdef __x86_64__ | 
|---|
|  | 527 | +#include <asm-x86_64/io_apic.h> | 
|---|
|  | 528 | +#else | 
|---|
|  | 529 | +#include <asm-i386/io_apic.h> | 
|---|
|  | 530 | +#endif | 
|---|
|  | 531 | + | 
|---|
|  | 532 | +#endif /* __STUB__IO_APIC_H__ */ | 
|---|
|  | 533 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctl.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctl.h | 
|---|
|  | 534 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctl.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 535 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctl.h       2005-06-25 19:56:24.000000000 +0000 | 
|---|
|  | 536 | @@ -0,0 +1,10 @@ | 
|---|
|  | 537 | +#ifndef __STUB__IOCTL_H__ | 
|---|
|  | 538 | +#define __STUB__IOCTL_H__ | 
|---|
|  | 539 | + | 
|---|
|  | 540 | +#ifdef __x86_64__ | 
|---|
|  | 541 | +#include <asm-x86_64/ioctl.h> | 
|---|
|  | 542 | +#else | 
|---|
|  | 543 | +#include <asm-i386/ioctl.h> | 
|---|
|  | 544 | +#endif | 
|---|
|  | 545 | + | 
|---|
|  | 546 | +#endif /* __STUB__IOCTL_H__ */ | 
|---|
|  | 547 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctl32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctl32.h | 
|---|
|  | 548 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctl32.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 549 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctl32.h     2005-06-25 19:55:25.000000000 +0000 | 
|---|
|  | 550 | @@ -0,0 +1,8 @@ | 
|---|
|  | 551 | +#ifndef __STUB__IOCTL32_H__ | 
|---|
|  | 552 | +#define __STUB__IOCTL32_H__ | 
|---|
|  | 553 | + | 
|---|
|  | 554 | +#ifdef __x86_64__ | 
|---|
|  | 555 | +#include <asm-x86_64/ioctl32.h> | 
|---|
|  | 556 | +#endif | 
|---|
|  | 557 | + | 
|---|
|  | 558 | +#endif /* __STUB__IOCTL32_H__ */ | 
|---|
|  | 559 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctls.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctls.h | 
|---|
|  | 560 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ioctls.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 561 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ioctls.h      2005-06-25 19:56:25.000000000 +0000 | 
|---|
|  | 562 | @@ -0,0 +1,10 @@ | 
|---|
|  | 563 | +#ifndef __STUB__IOCTLS_H__ | 
|---|
|  | 564 | +#define __STUB__IOCTLS_H__ | 
|---|
|  | 565 | + | 
|---|
|  | 566 | +#ifdef __x86_64__ | 
|---|
|  | 567 | +#include <asm-x86_64/ioctls.h> | 
|---|
|  | 568 | +#else | 
|---|
|  | 569 | +#include <asm-i386/ioctls.h> | 
|---|
|  | 570 | +#endif | 
|---|
|  | 571 | + | 
|---|
|  | 572 | +#endif /* __STUB__IOCTLS_H__ */ | 
|---|
|  | 573 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ipc.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ipc.h | 
|---|
|  | 574 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ipc.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 575 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ipc.h 2005-06-25 19:56:25.000000000 +0000 | 
|---|
|  | 576 | @@ -0,0 +1,10 @@ | 
|---|
|  | 577 | +#ifndef __STUB__IPC_H__ | 
|---|
|  | 578 | +#define __STUB__IPC_H__ | 
|---|
|  | 579 | + | 
|---|
|  | 580 | +#ifdef __x86_64__ | 
|---|
|  | 581 | +#include <asm-x86_64/ipc.h> | 
|---|
|  | 582 | +#else | 
|---|
|  | 583 | +#include <asm-i386/ipc.h> | 
|---|
|  | 584 | +#endif | 
|---|
|  | 585 | + | 
|---|
|  | 586 | +#endif /* __STUB__IPC_H__ */ | 
|---|
|  | 587 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ipcbuf.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ipcbuf.h | 
|---|
|  | 588 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ipcbuf.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 589 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ipcbuf.h      2005-06-25 19:56:26.000000000 +0000 | 
|---|
|  | 590 | @@ -0,0 +1,10 @@ | 
|---|
|  | 591 | +#ifndef __STUB__IPCBUF_H__ | 
|---|
|  | 592 | +#define __STUB__IPCBUF_H__ | 
|---|
|  | 593 | + | 
|---|
|  | 594 | +#ifdef __x86_64__ | 
|---|
|  | 595 | +#include <asm-x86_64/ipcbuf.h> | 
|---|
|  | 596 | +#else | 
|---|
|  | 597 | +#include <asm-i386/ipcbuf.h> | 
|---|
|  | 598 | +#endif | 
|---|
|  | 599 | + | 
|---|
|  | 600 | +#endif /* __STUB__IPCBUF_H__ */ | 
|---|
|  | 601 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/irq.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/irq.h | 
|---|
|  | 602 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/irq.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 603 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/irq.h 2005-06-25 19:56:26.000000000 +0000 | 
|---|
|  | 604 | @@ -0,0 +1,10 @@ | 
|---|
|  | 605 | +#ifndef __STUB__IRQ_H__ | 
|---|
|  | 606 | +#define __STUB__IRQ_H__ | 
|---|
|  | 607 | + | 
|---|
|  | 608 | +#ifdef __x86_64__ | 
|---|
|  | 609 | +#include <asm-x86_64/irq.h> | 
|---|
|  | 610 | +#else | 
|---|
|  | 611 | +#include <asm-i386/irq.h> | 
|---|
|  | 612 | +#endif | 
|---|
|  | 613 | + | 
|---|
|  | 614 | +#endif /* __STUB__IRQ_H__ */ | 
|---|
|  | 615 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/kdebug.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/kdebug.h | 
|---|
|  | 616 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/kdebug.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 617 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/kdebug.h      2005-06-25 19:56:26.000000000 +0000 | 
|---|
|  | 618 | @@ -0,0 +1,10 @@ | 
|---|
|  | 619 | +#ifndef __STUB__KDEBUG_H__ | 
|---|
|  | 620 | +#define __STUB__KDEBUG_H__ | 
|---|
|  | 621 | + | 
|---|
|  | 622 | +#ifdef __x86_64__ | 
|---|
|  | 623 | +#include <asm-x86_64/kdebug.h> | 
|---|
|  | 624 | +#else | 
|---|
|  | 625 | +#include <asm-i386/kdebug.h> | 
|---|
|  | 626 | +#endif | 
|---|
|  | 627 | + | 
|---|
|  | 628 | +#endif /* __STUB__KDEBUG_H__ */ | 
|---|
|  | 629 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/kprobes.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/kprobes.h | 
|---|
|  | 630 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/kprobes.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 631 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/kprobes.h     2005-06-25 19:56:27.000000000 +0000 | 
|---|
|  | 632 | @@ -0,0 +1,8 @@ | 
|---|
|  | 633 | +#ifndef __STUB__KPROBES_H__ | 
|---|
|  | 634 | +#define __STUB__KPROBES_H__ | 
|---|
|  | 635 | + | 
|---|
|  | 636 | +#ifndef __x86_64__ | 
|---|
|  | 637 | +#include <asm-i386/kprobes.h> | 
|---|
|  | 638 | +#endif | 
|---|
|  | 639 | + | 
|---|
|  | 640 | +#endif /* __STUB__KPROBES_H__ */ | 
|---|
|  | 641 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ldt.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ldt.h | 
|---|
|  | 642 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ldt.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 643 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ldt.h 2005-06-25 19:56:27.000000000 +0000 | 
|---|
|  | 644 | @@ -0,0 +1,10 @@ | 
|---|
|  | 645 | +#ifndef __STUB__LDT_H__ | 
|---|
|  | 646 | +#define __STUB__LDT_H__ | 
|---|
|  | 647 | + | 
|---|
|  | 648 | +#ifdef __x86_64__ | 
|---|
|  | 649 | +#include <asm-x86_64/ldt.h> | 
|---|
|  | 650 | +#else | 
|---|
|  | 651 | +#include <asm-i386/ldt.h> | 
|---|
|  | 652 | +#endif | 
|---|
|  | 653 | + | 
|---|
|  | 654 | +#endif /* __STUB__LDT_H__ */ | 
|---|
|  | 655 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/linkage.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/linkage.h | 
|---|
|  | 656 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/linkage.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 657 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/linkage.h     2005-06-25 19:56:27.000000000 +0000 | 
|---|
|  | 658 | @@ -0,0 +1,10 @@ | 
|---|
|  | 659 | +#ifndef __STUB__LINKAGE_H__ | 
|---|
|  | 660 | +#define __STUB__LINKAGE_H__ | 
|---|
|  | 661 | + | 
|---|
|  | 662 | +#ifdef __x86_64__ | 
|---|
|  | 663 | +#include <asm-x86_64/linkage.h> | 
|---|
|  | 664 | +#else | 
|---|
|  | 665 | +#include <asm-i386/linkage.h> | 
|---|
|  | 666 | +#endif | 
|---|
|  | 667 | + | 
|---|
|  | 668 | +#endif /* __STUB__LINKAGE_H__ */ | 
|---|
|  | 669 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_apic.h | 
|---|
|  | 670 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_apic.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 671 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_apic.h       2005-06-25 19:55:40.000000000 +0000 | 
|---|
|  | 672 | @@ -0,0 +1,8 @@ | 
|---|
|  | 673 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 674 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 675 | + | 
|---|
|  | 676 | +#ifndef __x86_64__ | 
|---|
|  | 677 | +#include <asm-i386/mach-bigsmp/mach_apic.h> | 
|---|
|  | 678 | +#endif | 
|---|
|  | 679 | + | 
|---|
|  | 680 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 681 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_apicdef.h | 
|---|
|  | 682 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_apicdef.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 683 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_apicdef.h    2005-06-25 19:55:40.000000000 +0000 | 
|---|
|  | 684 | @@ -0,0 +1,8 @@ | 
|---|
|  | 685 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 686 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 687 | + | 
|---|
|  | 688 | +#ifndef __x86_64__ | 
|---|
|  | 689 | +#include <asm-i386/mach-bigsmp/mach_apicdef.h> | 
|---|
|  | 690 | +#endif | 
|---|
|  | 691 | + | 
|---|
|  | 692 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 693 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_ipi.h | 
|---|
|  | 694 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_ipi.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 695 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_ipi.h        2005-06-25 19:55:41.000000000 +0000 | 
|---|
|  | 696 | @@ -0,0 +1,8 @@ | 
|---|
|  | 697 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 698 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 699 | + | 
|---|
|  | 700 | +#ifndef __x86_64__ | 
|---|
|  | 701 | +#include <asm-i386/mach-bigsmp/mach_ipi.h> | 
|---|
|  | 702 | +#endif | 
|---|
|  | 703 | + | 
|---|
|  | 704 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 705 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_mpspec.h | 
|---|
|  | 706 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-bigsmp/mach_mpspec.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 707 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-bigsmp/mach_mpspec.h     2005-06-25 19:55:41.000000000 +0000 | 
|---|
|  | 708 | @@ -0,0 +1,8 @@ | 
|---|
|  | 709 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 710 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 711 | + | 
|---|
|  | 712 | +#ifndef __x86_64__ | 
|---|
|  | 713 | +#include <asm-i386/mach-bigsmp/mach_mpspec.h> | 
|---|
|  | 714 | +#endif | 
|---|
|  | 715 | + | 
|---|
|  | 716 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 717 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/apm.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/apm.h | 
|---|
|  | 718 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/apm.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 719 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/apm.h    2005-06-25 19:55:41.000000000 +0000 | 
|---|
|  | 720 | @@ -0,0 +1,8 @@ | 
|---|
|  | 721 | +#ifndef __STUB__APM_H__ | 
|---|
|  | 722 | +#define __STUB__APM_H__ | 
|---|
|  | 723 | + | 
|---|
|  | 724 | +#ifndef __x86_64__ | 
|---|
|  | 725 | +#include <asm-i386/mach-default/apm.h> | 
|---|
|  | 726 | +#endif | 
|---|
|  | 727 | + | 
|---|
|  | 728 | +#endif /* __STUB__APM_H__ */ | 
|---|
|  | 729 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/bios_ebda.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/bios_ebda.h | 
|---|
|  | 730 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/bios_ebda.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 731 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/bios_ebda.h      2005-06-25 19:55:42.000000000 +0000 | 
|---|
|  | 732 | @@ -0,0 +1,8 @@ | 
|---|
|  | 733 | +#ifndef __STUB__BIOS_EBDA_H__ | 
|---|
|  | 734 | +#define __STUB__BIOS_EBDA_H__ | 
|---|
|  | 735 | + | 
|---|
|  | 736 | +#ifndef __x86_64__ | 
|---|
|  | 737 | +#include <asm-i386/mach-default/bios_ebda.h> | 
|---|
|  | 738 | +#endif | 
|---|
|  | 739 | + | 
|---|
|  | 740 | +#endif /* __STUB__BIOS_EBDA_H__ */ | 
|---|
|  | 741 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/do_timer.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/do_timer.h | 
|---|
|  | 742 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/do_timer.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 743 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/do_timer.h       2005-06-25 19:55:42.000000000 +0000 | 
|---|
|  | 744 | @@ -0,0 +1,8 @@ | 
|---|
|  | 745 | +#ifndef __STUB__DO_TIMER_H__ | 
|---|
|  | 746 | +#define __STUB__DO_TIMER_H__ | 
|---|
|  | 747 | + | 
|---|
|  | 748 | +#ifndef __x86_64__ | 
|---|
|  | 749 | +#include <asm-i386/mach-default/do_timer.h> | 
|---|
|  | 750 | +#endif | 
|---|
|  | 751 | + | 
|---|
|  | 752 | +#endif /* __STUB__DO_TIMER_H__ */ | 
|---|
|  | 753 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/entry_arch.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/entry_arch.h | 
|---|
|  | 754 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/entry_arch.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 755 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/entry_arch.h     2005-06-25 19:55:42.000000000 +0000 | 
|---|
|  | 756 | @@ -0,0 +1,8 @@ | 
|---|
|  | 757 | +#ifndef __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 758 | +#define __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 759 | + | 
|---|
|  | 760 | +#ifndef __x86_64__ | 
|---|
|  | 761 | +#include <asm-i386/mach-default/entry_arch.h> | 
|---|
|  | 762 | +#endif | 
|---|
|  | 763 | + | 
|---|
|  | 764 | +#endif /* __STUB__ENTRY_ARCH_H__ */ | 
|---|
|  | 765 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/io_ports.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/io_ports.h | 
|---|
|  | 766 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/io_ports.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 767 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/io_ports.h       2005-06-25 19:55:43.000000000 +0000 | 
|---|
|  | 768 | @@ -0,0 +1,8 @@ | 
|---|
|  | 769 | +#ifndef __STUB__IO_PORTS_H__ | 
|---|
|  | 770 | +#define __STUB__IO_PORTS_H__ | 
|---|
|  | 771 | + | 
|---|
|  | 772 | +#ifndef __x86_64__ | 
|---|
|  | 773 | +#include <asm-i386/mach-default/io_ports.h> | 
|---|
|  | 774 | +#endif | 
|---|
|  | 775 | + | 
|---|
|  | 776 | +#endif /* __STUB__IO_PORTS_H__ */ | 
|---|
|  | 777 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/irq_vectors.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/irq_vectors.h | 
|---|
|  | 778 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/irq_vectors.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 779 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/irq_vectors.h    2005-06-25 19:55:43.000000000 +0000 | 
|---|
|  | 780 | @@ -0,0 +1,8 @@ | 
|---|
|  | 781 | +#ifndef __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 782 | +#define __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 783 | + | 
|---|
|  | 784 | +#ifndef __x86_64__ | 
|---|
|  | 785 | +#include <asm-i386/mach-default/irq_vectors.h> | 
|---|
|  | 786 | +#endif | 
|---|
|  | 787 | + | 
|---|
|  | 788 | +#endif /* __STUB__IRQ_VECTORS_H__ */ | 
|---|
|  | 789 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_apic.h | 
|---|
|  | 790 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_apic.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 791 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_apic.h      2005-06-25 19:55:44.000000000 +0000 | 
|---|
|  | 792 | @@ -0,0 +1,8 @@ | 
|---|
|  | 793 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 794 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 795 | + | 
|---|
|  | 796 | +#ifndef __x86_64__ | 
|---|
|  | 797 | +#include <asm-i386/mach-default/mach_apic.h> | 
|---|
|  | 798 | +#endif | 
|---|
|  | 799 | + | 
|---|
|  | 800 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 801 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_apicdef.h | 
|---|
|  | 802 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_apicdef.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 803 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_apicdef.h   2005-06-25 19:55:44.000000000 +0000 | 
|---|
|  | 804 | @@ -0,0 +1,8 @@ | 
|---|
|  | 805 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 806 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 807 | + | 
|---|
|  | 808 | +#ifndef __x86_64__ | 
|---|
|  | 809 | +#include <asm-i386/mach-default/mach_apicdef.h> | 
|---|
|  | 810 | +#endif | 
|---|
|  | 811 | + | 
|---|
|  | 812 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 813 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_ipi.h | 
|---|
|  | 814 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_ipi.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 815 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_ipi.h       2005-06-25 19:55:44.000000000 +0000 | 
|---|
|  | 816 | @@ -0,0 +1,8 @@ | 
|---|
|  | 817 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 818 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 819 | + | 
|---|
|  | 820 | +#ifndef __x86_64__ | 
|---|
|  | 821 | +#include <asm-i386/mach-default/mach_ipi.h> | 
|---|
|  | 822 | +#endif | 
|---|
|  | 823 | + | 
|---|
|  | 824 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 825 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_mpparse.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_mpparse.h | 
|---|
|  | 826 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_mpparse.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 827 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_mpparse.h   2005-06-25 19:55:45.000000000 +0000 | 
|---|
|  | 828 | @@ -0,0 +1,8 @@ | 
|---|
|  | 829 | +#ifndef __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 830 | +#define __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 831 | + | 
|---|
|  | 832 | +#ifndef __x86_64__ | 
|---|
|  | 833 | +#include <asm-i386/mach-default/mach_mpparse.h> | 
|---|
|  | 834 | +#endif | 
|---|
|  | 835 | + | 
|---|
|  | 836 | +#endif /* __STUB__MACH_MPPARSE_H__ */ | 
|---|
|  | 837 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_mpspec.h | 
|---|
|  | 838 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_mpspec.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 839 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_mpspec.h    2005-06-25 19:55:45.000000000 +0000 | 
|---|
|  | 840 | @@ -0,0 +1,8 @@ | 
|---|
|  | 841 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 842 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 843 | + | 
|---|
|  | 844 | +#ifndef __x86_64__ | 
|---|
|  | 845 | +#include <asm-i386/mach-default/mach_mpspec.h> | 
|---|
|  | 846 | +#endif | 
|---|
|  | 847 | + | 
|---|
|  | 848 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 849 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_reboot.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_reboot.h | 
|---|
|  | 850 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_reboot.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 851 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_reboot.h    2005-06-25 19:55:45.000000000 +0000 | 
|---|
|  | 852 | @@ -0,0 +1,8 @@ | 
|---|
|  | 853 | +#ifndef __STUB__MACH_REBOOT_H__ | 
|---|
|  | 854 | +#define __STUB__MACH_REBOOT_H__ | 
|---|
|  | 855 | + | 
|---|
|  | 856 | +#ifndef __x86_64__ | 
|---|
|  | 857 | +#include <asm-i386/mach-default/mach_reboot.h> | 
|---|
|  | 858 | +#endif | 
|---|
|  | 859 | + | 
|---|
|  | 860 | +#endif /* __STUB__MACH_REBOOT_H__ */ | 
|---|
|  | 861 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_time.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_time.h | 
|---|
|  | 862 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_time.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 863 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_time.h      2005-06-25 19:55:46.000000000 +0000 | 
|---|
|  | 864 | @@ -0,0 +1,8 @@ | 
|---|
|  | 865 | +#ifndef __STUB__MACH_TIME_H__ | 
|---|
|  | 866 | +#define __STUB__MACH_TIME_H__ | 
|---|
|  | 867 | + | 
|---|
|  | 868 | +#ifndef __x86_64__ | 
|---|
|  | 869 | +#include <asm-i386/mach-default/mach_time.h> | 
|---|
|  | 870 | +#endif | 
|---|
|  | 871 | + | 
|---|
|  | 872 | +#endif /* __STUB__MACH_TIME_H__ */ | 
|---|
|  | 873 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_timer.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_timer.h | 
|---|
|  | 874 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_timer.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 875 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_timer.h     2005-06-25 19:55:46.000000000 +0000 | 
|---|
|  | 876 | @@ -0,0 +1,8 @@ | 
|---|
|  | 877 | +#ifndef __STUB__MACH_TIMER_H__ | 
|---|
|  | 878 | +#define __STUB__MACH_TIMER_H__ | 
|---|
|  | 879 | + | 
|---|
|  | 880 | +#ifndef __x86_64__ | 
|---|
|  | 881 | +#include <asm-i386/mach-default/mach_timer.h> | 
|---|
|  | 882 | +#endif | 
|---|
|  | 883 | + | 
|---|
|  | 884 | +#endif /* __STUB__MACH_TIMER_H__ */ | 
|---|
|  | 885 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_traps.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_traps.h | 
|---|
|  | 886 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_traps.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 887 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_traps.h     2005-06-25 19:55:47.000000000 +0000 | 
|---|
|  | 888 | @@ -0,0 +1,8 @@ | 
|---|
|  | 889 | +#ifndef __STUB__MACH_TRAPS_H__ | 
|---|
|  | 890 | +#define __STUB__MACH_TRAPS_H__ | 
|---|
|  | 891 | + | 
|---|
|  | 892 | +#ifndef __x86_64__ | 
|---|
|  | 893 | +#include <asm-i386/mach-default/mach_traps.h> | 
|---|
|  | 894 | +#endif | 
|---|
|  | 895 | + | 
|---|
|  | 896 | +#endif /* __STUB__MACH_TRAPS_H__ */ | 
|---|
|  | 897 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_wakecpu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_wakecpu.h | 
|---|
|  | 898 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/mach_wakecpu.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 899 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/mach_wakecpu.h   2005-06-25 19:55:47.000000000 +0000 | 
|---|
|  | 900 | @@ -0,0 +1,8 @@ | 
|---|
|  | 901 | +#ifndef __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 902 | +#define __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 903 | + | 
|---|
|  | 904 | +#ifndef __x86_64__ | 
|---|
|  | 905 | +#include <asm-i386/mach-default/mach_wakecpu.h> | 
|---|
|  | 906 | +#endif | 
|---|
|  | 907 | + | 
|---|
|  | 908 | +#endif /* __STUB__MACH_WAKECPU_H__ */ | 
|---|
|  | 909 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/pci-functions.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/pci-functions.h | 
|---|
|  | 910 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/pci-functions.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 911 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/pci-functions.h  2005-06-25 19:55:47.000000000 +0000 | 
|---|
|  | 912 | @@ -0,0 +1,8 @@ | 
|---|
|  | 913 | +#ifndef __STUB__PCI-FUNCTIONS_H__ | 
|---|
|  | 914 | +#define __STUB__PCI-FUNCTIONS_H__ | 
|---|
|  | 915 | + | 
|---|
|  | 916 | +#ifndef __x86_64__ | 
|---|
|  | 917 | +#include <asm-i386/mach-default/pci-functions.h> | 
|---|
|  | 918 | +#endif | 
|---|
|  | 919 | + | 
|---|
|  | 920 | +#endif /* __STUB__PCI-FUNCTIONS_H__ */ | 
|---|
|  | 921 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/setup_arch_post.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/setup_arch_post.h | 
|---|
|  | 922 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/setup_arch_post.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 923 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/setup_arch_post.h        2005-06-25 19:55:48.000000000 +0000 | 
|---|
|  | 924 | @@ -0,0 +1,8 @@ | 
|---|
|  | 925 | +#ifndef __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 926 | +#define __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 927 | + | 
|---|
|  | 928 | +#ifndef __x86_64__ | 
|---|
|  | 929 | +#include <asm-i386/mach-default/setup_arch_post.h> | 
|---|
|  | 930 | +#endif | 
|---|
|  | 931 | + | 
|---|
|  | 932 | +#endif /* __STUB__SETUP_ARCH_POST_H__ */ | 
|---|
|  | 933 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/setup_arch_pre.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/setup_arch_pre.h | 
|---|
|  | 934 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/setup_arch_pre.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 935 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/setup_arch_pre.h 2005-06-25 19:55:48.000000000 +0000 | 
|---|
|  | 936 | @@ -0,0 +1,8 @@ | 
|---|
|  | 937 | +#ifndef __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 938 | +#define __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 939 | + | 
|---|
|  | 940 | +#ifndef __x86_64__ | 
|---|
|  | 941 | +#include <asm-i386/mach-default/setup_arch_pre.h> | 
|---|
|  | 942 | +#endif | 
|---|
|  | 943 | + | 
|---|
|  | 944 | +#endif /* __STUB__SETUP_ARCH_PRE_H__ */ | 
|---|
|  | 945 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/smpboot_hooks.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/smpboot_hooks.h | 
|---|
|  | 946 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-default/smpboot_hooks.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 947 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-default/smpboot_hooks.h  2005-06-25 19:55:48.000000000 +0000 | 
|---|
|  | 948 | @@ -0,0 +1,8 @@ | 
|---|
|  | 949 | +#ifndef __STUB__SMPBOOT_HOOKS_H__ | 
|---|
|  | 950 | +#define __STUB__SMPBOOT_HOOKS_H__ | 
|---|
|  | 951 | + | 
|---|
|  | 952 | +#ifndef __x86_64__ | 
|---|
|  | 953 | +#include <asm-i386/mach-default/smpboot_hooks.h> | 
|---|
|  | 954 | +#endif | 
|---|
|  | 955 | + | 
|---|
|  | 956 | +#endif /* __STUB__SMPBOOT_HOOKS_H__ */ | 
|---|
|  | 957 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_apic.h | 
|---|
|  | 958 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_apic.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 959 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_apic.h       2005-06-25 19:55:49.000000000 +0000 | 
|---|
|  | 960 | @@ -0,0 +1,8 @@ | 
|---|
|  | 961 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 962 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 963 | + | 
|---|
|  | 964 | +#ifndef __x86_64__ | 
|---|
|  | 965 | +#include <asm-i386/mach-es7000/mach_apic.h> | 
|---|
|  | 966 | +#endif | 
|---|
|  | 967 | + | 
|---|
|  | 968 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 969 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_apicdef.h | 
|---|
|  | 970 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_apicdef.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 971 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_apicdef.h    2005-06-25 19:55:49.000000000 +0000 | 
|---|
|  | 972 | @@ -0,0 +1,8 @@ | 
|---|
|  | 973 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 974 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 975 | + | 
|---|
|  | 976 | +#ifndef __x86_64__ | 
|---|
|  | 977 | +#include <asm-i386/mach-es7000/mach_apicdef.h> | 
|---|
|  | 978 | +#endif | 
|---|
|  | 979 | + | 
|---|
|  | 980 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 981 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_ipi.h | 
|---|
|  | 982 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_ipi.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 983 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_ipi.h        2005-06-25 19:55:49.000000000 +0000 | 
|---|
|  | 984 | @@ -0,0 +1,8 @@ | 
|---|
|  | 985 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 986 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 987 | + | 
|---|
|  | 988 | +#ifndef __x86_64__ | 
|---|
|  | 989 | +#include <asm-i386/mach-es7000/mach_ipi.h> | 
|---|
|  | 990 | +#endif | 
|---|
|  | 991 | + | 
|---|
|  | 992 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 993 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_mpparse.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_mpparse.h | 
|---|
|  | 994 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_mpparse.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 995 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_mpparse.h    2005-06-25 19:55:50.000000000 +0000 | 
|---|
|  | 996 | @@ -0,0 +1,8 @@ | 
|---|
|  | 997 | +#ifndef __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 998 | +#define __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 999 | + | 
|---|
|  | 1000 | +#ifndef __x86_64__ | 
|---|
|  | 1001 | +#include <asm-i386/mach-es7000/mach_mpparse.h> | 
|---|
|  | 1002 | +#endif | 
|---|
|  | 1003 | + | 
|---|
|  | 1004 | +#endif /* __STUB__MACH_MPPARSE_H__ */ | 
|---|
|  | 1005 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_mpspec.h | 
|---|
|  | 1006 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_mpspec.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1007 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_mpspec.h     2005-06-25 19:55:50.000000000 +0000 | 
|---|
|  | 1008 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1009 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1010 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1011 | + | 
|---|
|  | 1012 | +#ifndef __x86_64__ | 
|---|
|  | 1013 | +#include <asm-i386/mach-es7000/mach_mpspec.h> | 
|---|
|  | 1014 | +#endif | 
|---|
|  | 1015 | + | 
|---|
|  | 1016 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 1017 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_wakecpu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_wakecpu.h | 
|---|
|  | 1018 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-es7000/mach_wakecpu.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1019 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-es7000/mach_wakecpu.h    2005-06-25 19:55:51.000000000 +0000 | 
|---|
|  | 1020 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1021 | +#ifndef __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 1022 | +#define __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 1023 | + | 
|---|
|  | 1024 | +#ifndef __x86_64__ | 
|---|
|  | 1025 | +#include <asm-i386/mach-es7000/mach_wakecpu.h> | 
|---|
|  | 1026 | +#endif | 
|---|
|  | 1027 | + | 
|---|
|  | 1028 | +#endif /* __STUB__MACH_WAKECPU_H__ */ | 
|---|
|  | 1029 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_apic.h | 
|---|
|  | 1030 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_apic.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1031 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_apic.h      2005-06-25 19:55:51.000000000 +0000 | 
|---|
|  | 1032 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1033 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 1034 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 1035 | + | 
|---|
|  | 1036 | +#ifndef __x86_64__ | 
|---|
|  | 1037 | +#include <asm-i386/mach-generic/mach_apic.h> | 
|---|
|  | 1038 | +#endif | 
|---|
|  | 1039 | + | 
|---|
|  | 1040 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 1041 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_apicdef.h | 
|---|
|  | 1042 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_apicdef.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1043 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_apicdef.h   2005-06-25 19:55:51.000000000 +0000 | 
|---|
|  | 1044 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1045 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1046 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1047 | + | 
|---|
|  | 1048 | +#ifndef __x86_64__ | 
|---|
|  | 1049 | +#include <asm-i386/mach-generic/mach_apicdef.h> | 
|---|
|  | 1050 | +#endif | 
|---|
|  | 1051 | + | 
|---|
|  | 1052 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 1053 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_ipi.h | 
|---|
|  | 1054 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_ipi.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1055 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_ipi.h       2005-06-25 19:55:52.000000000 +0000 | 
|---|
|  | 1056 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1057 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 1058 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 1059 | + | 
|---|
|  | 1060 | +#ifndef __x86_64__ | 
|---|
|  | 1061 | +#include <asm-i386/mach-generic/mach_ipi.h> | 
|---|
|  | 1062 | +#endif | 
|---|
|  | 1063 | + | 
|---|
|  | 1064 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 1065 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_mpparse.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_mpparse.h | 
|---|
|  | 1066 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_mpparse.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1067 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_mpparse.h   2005-06-25 19:55:52.000000000 +0000 | 
|---|
|  | 1068 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1069 | +#ifndef __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1070 | +#define __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1071 | + | 
|---|
|  | 1072 | +#ifndef __x86_64__ | 
|---|
|  | 1073 | +#include <asm-i386/mach-generic/mach_mpparse.h> | 
|---|
|  | 1074 | +#endif | 
|---|
|  | 1075 | + | 
|---|
|  | 1076 | +#endif /* __STUB__MACH_MPPARSE_H__ */ | 
|---|
|  | 1077 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_mpspec.h | 
|---|
|  | 1078 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-generic/mach_mpspec.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1079 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-generic/mach_mpspec.h    2005-06-25 19:55:52.000000000 +0000 | 
|---|
|  | 1080 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1081 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1082 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1083 | + | 
|---|
|  | 1084 | +#ifndef __x86_64__ | 
|---|
|  | 1085 | +#include <asm-i386/mach-generic/mach_mpspec.h> | 
|---|
|  | 1086 | +#endif | 
|---|
|  | 1087 | + | 
|---|
|  | 1088 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 1089 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_apic.h | 
|---|
|  | 1090 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_apic.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1091 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_apic.h        2005-06-25 19:55:53.000000000 +0000 | 
|---|
|  | 1092 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1093 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 1094 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 1095 | + | 
|---|
|  | 1096 | +#ifndef __x86_64__ | 
|---|
|  | 1097 | +#include <asm-i386/mach-numaq/mach_apic.h> | 
|---|
|  | 1098 | +#endif | 
|---|
|  | 1099 | + | 
|---|
|  | 1100 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 1101 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_apicdef.h | 
|---|
|  | 1102 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_apicdef.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1103 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_apicdef.h     2005-06-25 19:55:53.000000000 +0000 | 
|---|
|  | 1104 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1105 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1106 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1107 | + | 
|---|
|  | 1108 | +#ifndef __x86_64__ | 
|---|
|  | 1109 | +#include <asm-i386/mach-numaq/mach_apicdef.h> | 
|---|
|  | 1110 | +#endif | 
|---|
|  | 1111 | + | 
|---|
|  | 1112 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 1113 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_ipi.h | 
|---|
|  | 1114 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_ipi.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1115 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_ipi.h 2005-06-25 19:55:54.000000000 +0000 | 
|---|
|  | 1116 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1117 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 1118 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 1119 | + | 
|---|
|  | 1120 | +#ifndef __x86_64__ | 
|---|
|  | 1121 | +#include <asm-i386/mach-numaq/mach_ipi.h> | 
|---|
|  | 1122 | +#endif | 
|---|
|  | 1123 | + | 
|---|
|  | 1124 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 1125 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_mpparse.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_mpparse.h | 
|---|
|  | 1126 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_mpparse.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1127 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_mpparse.h     2005-06-25 19:55:54.000000000 +0000 | 
|---|
|  | 1128 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1129 | +#ifndef __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1130 | +#define __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1131 | + | 
|---|
|  | 1132 | +#ifndef __x86_64__ | 
|---|
|  | 1133 | +#include <asm-i386/mach-numaq/mach_mpparse.h> | 
|---|
|  | 1134 | +#endif | 
|---|
|  | 1135 | + | 
|---|
|  | 1136 | +#endif /* __STUB__MACH_MPPARSE_H__ */ | 
|---|
|  | 1137 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_mpspec.h | 
|---|
|  | 1138 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_mpspec.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1139 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_mpspec.h      2005-06-25 19:55:54.000000000 +0000 | 
|---|
|  | 1140 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1141 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1142 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1143 | + | 
|---|
|  | 1144 | +#ifndef __x86_64__ | 
|---|
|  | 1145 | +#include <asm-i386/mach-numaq/mach_mpspec.h> | 
|---|
|  | 1146 | +#endif | 
|---|
|  | 1147 | + | 
|---|
|  | 1148 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 1149 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_wakecpu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_wakecpu.h | 
|---|
|  | 1150 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-numaq/mach_wakecpu.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1151 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-numaq/mach_wakecpu.h     2005-06-25 19:55:55.000000000 +0000 | 
|---|
|  | 1152 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1153 | +#ifndef __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 1154 | +#define __STUB__MACH_WAKECPU_H__ | 
|---|
|  | 1155 | + | 
|---|
|  | 1156 | +#ifndef __x86_64__ | 
|---|
|  | 1157 | +#include <asm-i386/mach-numaq/mach_wakecpu.h> | 
|---|
|  | 1158 | +#endif | 
|---|
|  | 1159 | + | 
|---|
|  | 1160 | +#endif /* __STUB__MACH_WAKECPU_H__ */ | 
|---|
|  | 1161 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_apic.h | 
|---|
|  | 1162 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_apic.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1163 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_apic.h       2005-06-25 19:55:55.000000000 +0000 | 
|---|
|  | 1164 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1165 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 1166 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 1167 | + | 
|---|
|  | 1168 | +#ifndef __x86_64__ | 
|---|
|  | 1169 | +#include <asm-i386/mach-summit/mach_apic.h> | 
|---|
|  | 1170 | +#endif | 
|---|
|  | 1171 | + | 
|---|
|  | 1172 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 1173 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_apicdef.h | 
|---|
|  | 1174 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_apicdef.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1175 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_apicdef.h    2005-06-25 19:55:55.000000000 +0000 | 
|---|
|  | 1176 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1177 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1178 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1179 | + | 
|---|
|  | 1180 | +#ifndef __x86_64__ | 
|---|
|  | 1181 | +#include <asm-i386/mach-summit/mach_apicdef.h> | 
|---|
|  | 1182 | +#endif | 
|---|
|  | 1183 | + | 
|---|
|  | 1184 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 1185 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_ipi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_ipi.h | 
|---|
|  | 1186 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_ipi.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1187 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_ipi.h        2005-06-25 19:55:56.000000000 +0000 | 
|---|
|  | 1188 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1189 | +#ifndef __STUB__MACH_IPI_H__ | 
|---|
|  | 1190 | +#define __STUB__MACH_IPI_H__ | 
|---|
|  | 1191 | + | 
|---|
|  | 1192 | +#ifndef __x86_64__ | 
|---|
|  | 1193 | +#include <asm-i386/mach-summit/mach_ipi.h> | 
|---|
|  | 1194 | +#endif | 
|---|
|  | 1195 | + | 
|---|
|  | 1196 | +#endif /* __STUB__MACH_IPI_H__ */ | 
|---|
|  | 1197 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_mpparse.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_mpparse.h | 
|---|
|  | 1198 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_mpparse.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1199 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_mpparse.h    2005-06-25 19:55:56.000000000 +0000 | 
|---|
|  | 1200 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1201 | +#ifndef __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1202 | +#define __STUB__MACH_MPPARSE_H__ | 
|---|
|  | 1203 | + | 
|---|
|  | 1204 | +#ifndef __x86_64__ | 
|---|
|  | 1205 | +#include <asm-i386/mach-summit/mach_mpparse.h> | 
|---|
|  | 1206 | +#endif | 
|---|
|  | 1207 | + | 
|---|
|  | 1208 | +#endif /* __STUB__MACH_MPPARSE_H__ */ | 
|---|
|  | 1209 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_mpspec.h | 
|---|
|  | 1210 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-summit/mach_mpspec.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1211 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-summit/mach_mpspec.h     2005-06-25 19:55:56.000000000 +0000 | 
|---|
|  | 1212 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1213 | +#ifndef __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1214 | +#define __STUB__MACH_MPSPEC_H__ | 
|---|
|  | 1215 | + | 
|---|
|  | 1216 | +#ifndef __x86_64__ | 
|---|
|  | 1217 | +#include <asm-i386/mach-summit/mach_mpspec.h> | 
|---|
|  | 1218 | +#endif | 
|---|
|  | 1219 | + | 
|---|
|  | 1220 | +#endif /* __STUB__MACH_MPSPEC_H__ */ | 
|---|
|  | 1221 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/cobalt.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/cobalt.h | 
|---|
|  | 1222 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/cobalt.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1223 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/cobalt.h   2005-06-25 19:55:57.000000000 +0000 | 
|---|
|  | 1224 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1225 | +#ifndef __STUB__COBALT_H__ | 
|---|
|  | 1226 | +#define __STUB__COBALT_H__ | 
|---|
|  | 1227 | + | 
|---|
|  | 1228 | +#ifndef __x86_64__ | 
|---|
|  | 1229 | +#include <asm-i386/mach-visws/cobalt.h> | 
|---|
|  | 1230 | +#endif | 
|---|
|  | 1231 | + | 
|---|
|  | 1232 | +#endif /* __STUB__COBALT_H__ */ | 
|---|
|  | 1233 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/do_timer.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/do_timer.h | 
|---|
|  | 1234 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/do_timer.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1235 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/do_timer.h 2005-06-25 19:55:57.000000000 +0000 | 
|---|
|  | 1236 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1237 | +#ifndef __STUB__DO_TIMER_H__ | 
|---|
|  | 1238 | +#define __STUB__DO_TIMER_H__ | 
|---|
|  | 1239 | + | 
|---|
|  | 1240 | +#ifndef __x86_64__ | 
|---|
|  | 1241 | +#include <asm-i386/mach-visws/do_timer.h> | 
|---|
|  | 1242 | +#endif | 
|---|
|  | 1243 | + | 
|---|
|  | 1244 | +#endif /* __STUB__DO_TIMER_H__ */ | 
|---|
|  | 1245 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/entry_arch.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/entry_arch.h | 
|---|
|  | 1246 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/entry_arch.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1247 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/entry_arch.h       2005-06-25 19:55:58.000000000 +0000 | 
|---|
|  | 1248 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1249 | +#ifndef __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 1250 | +#define __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 1251 | + | 
|---|
|  | 1252 | +#ifndef __x86_64__ | 
|---|
|  | 1253 | +#include <asm-i386/mach-visws/entry_arch.h> | 
|---|
|  | 1254 | +#endif | 
|---|
|  | 1255 | + | 
|---|
|  | 1256 | +#endif /* __STUB__ENTRY_ARCH_H__ */ | 
|---|
|  | 1257 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/irq_vectors.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/irq_vectors.h | 
|---|
|  | 1258 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/irq_vectors.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1259 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/irq_vectors.h      2005-06-25 19:55:58.000000000 +0000 | 
|---|
|  | 1260 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1261 | +#ifndef __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 1262 | +#define __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 1263 | + | 
|---|
|  | 1264 | +#ifndef __x86_64__ | 
|---|
|  | 1265 | +#include <asm-i386/mach-visws/irq_vectors.h> | 
|---|
|  | 1266 | +#endif | 
|---|
|  | 1267 | + | 
|---|
|  | 1268 | +#endif /* __STUB__IRQ_VECTORS_H__ */ | 
|---|
|  | 1269 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/lithium.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/lithium.h | 
|---|
|  | 1270 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/lithium.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1271 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/lithium.h  2005-06-25 19:55:58.000000000 +0000 | 
|---|
|  | 1272 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1273 | +#ifndef __STUB__LITHIUM_H__ | 
|---|
|  | 1274 | +#define __STUB__LITHIUM_H__ | 
|---|
|  | 1275 | + | 
|---|
|  | 1276 | +#ifndef __x86_64__ | 
|---|
|  | 1277 | +#include <asm-i386/mach-visws/lithium.h> | 
|---|
|  | 1278 | +#endif | 
|---|
|  | 1279 | + | 
|---|
|  | 1280 | +#endif /* __STUB__LITHIUM_H__ */ | 
|---|
|  | 1281 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/mach_apic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/mach_apic.h | 
|---|
|  | 1282 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/mach_apic.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1283 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/mach_apic.h        2005-06-25 19:55:59.000000000 +0000 | 
|---|
|  | 1284 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1285 | +#ifndef __STUB__MACH_APIC_H__ | 
|---|
|  | 1286 | +#define __STUB__MACH_APIC_H__ | 
|---|
|  | 1287 | + | 
|---|
|  | 1288 | +#ifndef __x86_64__ | 
|---|
|  | 1289 | +#include <asm-i386/mach-visws/mach_apic.h> | 
|---|
|  | 1290 | +#endif | 
|---|
|  | 1291 | + | 
|---|
|  | 1292 | +#endif /* __STUB__MACH_APIC_H__ */ | 
|---|
|  | 1293 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/mach_apicdef.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/mach_apicdef.h | 
|---|
|  | 1294 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/mach_apicdef.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1295 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/mach_apicdef.h     2005-06-25 19:55:59.000000000 +0000 | 
|---|
|  | 1296 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1297 | +#ifndef __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1298 | +#define __STUB__MACH_APICDEF_H__ | 
|---|
|  | 1299 | + | 
|---|
|  | 1300 | +#ifndef __x86_64__ | 
|---|
|  | 1301 | +#include <asm-i386/mach-visws/mach_apicdef.h> | 
|---|
|  | 1302 | +#endif | 
|---|
|  | 1303 | + | 
|---|
|  | 1304 | +#endif /* __STUB__MACH_APICDEF_H__ */ | 
|---|
|  | 1305 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/piix4.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/piix4.h | 
|---|
|  | 1306 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/piix4.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1307 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/piix4.h    2005-06-25 19:55:59.000000000 +0000 | 
|---|
|  | 1308 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1309 | +#ifndef __STUB__PIIX4_H__ | 
|---|
|  | 1310 | +#define __STUB__PIIX4_H__ | 
|---|
|  | 1311 | + | 
|---|
|  | 1312 | +#ifndef __x86_64__ | 
|---|
|  | 1313 | +#include <asm-i386/mach-visws/piix4.h> | 
|---|
|  | 1314 | +#endif | 
|---|
|  | 1315 | + | 
|---|
|  | 1316 | +#endif /* __STUB__PIIX4_H__ */ | 
|---|
|  | 1317 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/setup_arch_post.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/setup_arch_post.h | 
|---|
|  | 1318 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/setup_arch_post.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1319 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/setup_arch_post.h  2005-06-25 19:56:00.000000000 +0000 | 
|---|
|  | 1320 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1321 | +#ifndef __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 1322 | +#define __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 1323 | + | 
|---|
|  | 1324 | +#ifndef __x86_64__ | 
|---|
|  | 1325 | +#include <asm-i386/mach-visws/setup_arch_post.h> | 
|---|
|  | 1326 | +#endif | 
|---|
|  | 1327 | + | 
|---|
|  | 1328 | +#endif /* __STUB__SETUP_ARCH_POST_H__ */ | 
|---|
|  | 1329 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/setup_arch_pre.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/setup_arch_pre.h | 
|---|
|  | 1330 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/setup_arch_pre.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1331 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/setup_arch_pre.h   2005-06-25 19:56:00.000000000 +0000 | 
|---|
|  | 1332 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1333 | +#ifndef __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 1334 | +#define __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 1335 | + | 
|---|
|  | 1336 | +#ifndef __x86_64__ | 
|---|
|  | 1337 | +#include <asm-i386/mach-visws/setup_arch_pre.h> | 
|---|
|  | 1338 | +#endif | 
|---|
|  | 1339 | + | 
|---|
|  | 1340 | +#endif /* __STUB__SETUP_ARCH_PRE_H__ */ | 
|---|
|  | 1341 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/smpboot_hooks.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/smpboot_hooks.h | 
|---|
|  | 1342 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-visws/smpboot_hooks.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1343 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-visws/smpboot_hooks.h    2005-06-25 19:56:00.000000000 +0000 | 
|---|
|  | 1344 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1345 | +#ifndef __STUB__SMPBOOT_HOOKS_H__ | 
|---|
|  | 1346 | +#define __STUB__SMPBOOT_HOOKS_H__ | 
|---|
|  | 1347 | + | 
|---|
|  | 1348 | +#ifndef __x86_64__ | 
|---|
|  | 1349 | +#include <asm-i386/mach-visws/smpboot_hooks.h> | 
|---|
|  | 1350 | +#endif | 
|---|
|  | 1351 | + | 
|---|
|  | 1352 | +#endif /* __STUB__SMPBOOT_HOOKS_H__ */ | 
|---|
|  | 1353 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/do_timer.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/do_timer.h | 
|---|
|  | 1354 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/do_timer.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1355 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/do_timer.h       2005-06-25 19:56:01.000000000 +0000 | 
|---|
|  | 1356 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1357 | +#ifndef __STUB__DO_TIMER_H__ | 
|---|
|  | 1358 | +#define __STUB__DO_TIMER_H__ | 
|---|
|  | 1359 | + | 
|---|
|  | 1360 | +#ifndef __x86_64__ | 
|---|
|  | 1361 | +#include <asm-i386/mach-voyager/do_timer.h> | 
|---|
|  | 1362 | +#endif | 
|---|
|  | 1363 | + | 
|---|
|  | 1364 | +#endif /* __STUB__DO_TIMER_H__ */ | 
|---|
|  | 1365 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/entry_arch.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/entry_arch.h | 
|---|
|  | 1366 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/entry_arch.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1367 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/entry_arch.h     2005-06-25 19:56:01.000000000 +0000 | 
|---|
|  | 1368 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1369 | +#ifndef __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 1370 | +#define __STUB__ENTRY_ARCH_H__ | 
|---|
|  | 1371 | + | 
|---|
|  | 1372 | +#ifndef __x86_64__ | 
|---|
|  | 1373 | +#include <asm-i386/mach-voyager/entry_arch.h> | 
|---|
|  | 1374 | +#endif | 
|---|
|  | 1375 | + | 
|---|
|  | 1376 | +#endif /* __STUB__ENTRY_ARCH_H__ */ | 
|---|
|  | 1377 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/irq_vectors.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/irq_vectors.h | 
|---|
|  | 1378 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/irq_vectors.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1379 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/irq_vectors.h    2005-06-25 19:56:02.000000000 +0000 | 
|---|
|  | 1380 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1381 | +#ifndef __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 1382 | +#define __STUB__IRQ_VECTORS_H__ | 
|---|
|  | 1383 | + | 
|---|
|  | 1384 | +#ifndef __x86_64__ | 
|---|
|  | 1385 | +#include <asm-i386/mach-voyager/irq_vectors.h> | 
|---|
|  | 1386 | +#endif | 
|---|
|  | 1387 | + | 
|---|
|  | 1388 | +#endif /* __STUB__IRQ_VECTORS_H__ */ | 
|---|
|  | 1389 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/setup_arch_post.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/setup_arch_post.h | 
|---|
|  | 1390 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/setup_arch_post.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1391 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/setup_arch_post.h        2005-06-25 19:56:02.000000000 +0000 | 
|---|
|  | 1392 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1393 | +#ifndef __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 1394 | +#define __STUB__SETUP_ARCH_POST_H__ | 
|---|
|  | 1395 | + | 
|---|
|  | 1396 | +#ifndef __x86_64__ | 
|---|
|  | 1397 | +#include <asm-i386/mach-voyager/setup_arch_post.h> | 
|---|
|  | 1398 | +#endif | 
|---|
|  | 1399 | + | 
|---|
|  | 1400 | +#endif /* __STUB__SETUP_ARCH_POST_H__ */ | 
|---|
|  | 1401 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/setup_arch_pre.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/setup_arch_pre.h | 
|---|
|  | 1402 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mach-voyager/setup_arch_pre.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1403 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mach-voyager/setup_arch_pre.h 2005-06-25 19:56:02.000000000 +0000 | 
|---|
|  | 1404 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1405 | +#ifndef __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 1406 | +#define __STUB__SETUP_ARCH_PRE_H__ | 
|---|
|  | 1407 | + | 
|---|
|  | 1408 | +#ifndef __x86_64__ | 
|---|
|  | 1409 | +#include <asm-i386/mach-voyager/setup_arch_pre.h> | 
|---|
|  | 1410 | +#endif | 
|---|
|  | 1411 | + | 
|---|
|  | 1412 | +#endif /* __STUB__SETUP_ARCH_PRE_H__ */ | 
|---|
|  | 1413 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/math_emu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/math_emu.h | 
|---|
|  | 1414 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/math_emu.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1415 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/math_emu.h    2005-06-25 19:56:28.000000000 +0000 | 
|---|
|  | 1416 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1417 | +#ifndef __STUB__MATH_EMU_H__ | 
|---|
|  | 1418 | +#define __STUB__MATH_EMU_H__ | 
|---|
|  | 1419 | + | 
|---|
|  | 1420 | +#ifndef __x86_64__ | 
|---|
|  | 1421 | +#include <asm-i386/math_emu.h> | 
|---|
|  | 1422 | +#endif | 
|---|
|  | 1423 | + | 
|---|
|  | 1424 | +#endif /* __STUB__MATH_EMU_H__ */ | 
|---|
|  | 1425 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mca.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mca.h | 
|---|
|  | 1426 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mca.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1427 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mca.h 2005-06-25 19:56:28.000000000 +0000 | 
|---|
|  | 1428 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1429 | +#ifndef __STUB__MCA_H__ | 
|---|
|  | 1430 | +#define __STUB__MCA_H__ | 
|---|
|  | 1431 | + | 
|---|
|  | 1432 | +#ifndef __x86_64__ | 
|---|
|  | 1433 | +#include <asm-i386/mca.h> | 
|---|
|  | 1434 | +#endif | 
|---|
|  | 1435 | + | 
|---|
|  | 1436 | +#endif /* __STUB__MCA_H__ */ | 
|---|
|  | 1437 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mca_dma.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mca_dma.h | 
|---|
|  | 1438 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mca_dma.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1439 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mca_dma.h     2005-06-25 19:56:28.000000000 +0000 | 
|---|
|  | 1440 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1441 | +#ifndef __STUB__MCA_DMA_H__ | 
|---|
|  | 1442 | +#define __STUB__MCA_DMA_H__ | 
|---|
|  | 1443 | + | 
|---|
|  | 1444 | +#ifndef __x86_64__ | 
|---|
|  | 1445 | +#include <asm-i386/mca_dma.h> | 
|---|
|  | 1446 | +#endif | 
|---|
|  | 1447 | + | 
|---|
|  | 1448 | +#endif /* __STUB__MCA_DMA_H__ */ | 
|---|
|  | 1449 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mman.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mman.h | 
|---|
|  | 1450 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mman.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1451 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mman.h        2005-06-25 19:56:29.000000000 +0000 | 
|---|
|  | 1452 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1453 | +#ifndef __STUB__MMAN_H__ | 
|---|
|  | 1454 | +#define __STUB__MMAN_H__ | 
|---|
|  | 1455 | + | 
|---|
|  | 1456 | +#ifdef __x86_64__ | 
|---|
|  | 1457 | +#include <asm-x86_64/mman.h> | 
|---|
|  | 1458 | +#else | 
|---|
|  | 1459 | +#include <asm-i386/mman.h> | 
|---|
|  | 1460 | +#endif | 
|---|
|  | 1461 | + | 
|---|
|  | 1462 | +#endif /* __STUB__MMAN_H__ */ | 
|---|
|  | 1463 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmsegment.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmsegment.h | 
|---|
|  | 1464 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmsegment.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1465 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmsegment.h   2005-06-25 19:55:29.000000000 +0000 | 
|---|
|  | 1466 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1467 | +#ifndef __STUB__MMSEGMENT_H__ | 
|---|
|  | 1468 | +#define __STUB__MMSEGMENT_H__ | 
|---|
|  | 1469 | + | 
|---|
|  | 1470 | +#ifdef __x86_64__ | 
|---|
|  | 1471 | +#include <asm-x86_64/mmsegment.h> | 
|---|
|  | 1472 | +#endif | 
|---|
|  | 1473 | + | 
|---|
|  | 1474 | +#endif /* __STUB__MMSEGMENT_H__ */ | 
|---|
|  | 1475 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmu.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmu.h | 
|---|
|  | 1476 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmu.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1477 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmu.h 2005-06-25 19:56:29.000000000 +0000 | 
|---|
|  | 1478 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1479 | +#ifndef __STUB__MMU_H__ | 
|---|
|  | 1480 | +#define __STUB__MMU_H__ | 
|---|
|  | 1481 | + | 
|---|
|  | 1482 | +#ifdef __x86_64__ | 
|---|
|  | 1483 | +#include <asm-x86_64/mmu.h> | 
|---|
|  | 1484 | +#else | 
|---|
|  | 1485 | +#include <asm-i386/mmu.h> | 
|---|
|  | 1486 | +#endif | 
|---|
|  | 1487 | + | 
|---|
|  | 1488 | +#endif /* __STUB__MMU_H__ */ | 
|---|
|  | 1489 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmu_context.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmu_context.h | 
|---|
|  | 1490 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmu_context.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1491 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmu_context.h 2005-06-25 19:56:30.000000000 +0000 | 
|---|
|  | 1492 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1493 | +#ifndef __STUB__MMU_CONTEXT_H__ | 
|---|
|  | 1494 | +#define __STUB__MMU_CONTEXT_H__ | 
|---|
|  | 1495 | + | 
|---|
|  | 1496 | +#ifdef __x86_64__ | 
|---|
|  | 1497 | +#include <asm-x86_64/mmu_context.h> | 
|---|
|  | 1498 | +#else | 
|---|
|  | 1499 | +#include <asm-i386/mmu_context.h> | 
|---|
|  | 1500 | +#endif | 
|---|
|  | 1501 | + | 
|---|
|  | 1502 | +#endif /* __STUB__MMU_CONTEXT_H__ */ | 
|---|
|  | 1503 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmx.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmx.h | 
|---|
|  | 1504 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mmx.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1505 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mmx.h 2005-06-25 19:56:30.000000000 +0000 | 
|---|
|  | 1506 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1507 | +#ifndef __STUB__MMX_H__ | 
|---|
|  | 1508 | +#define __STUB__MMX_H__ | 
|---|
|  | 1509 | + | 
|---|
|  | 1510 | +#ifdef __x86_64__ | 
|---|
|  | 1511 | +#include <asm-x86_64/mmx.h> | 
|---|
|  | 1512 | +#else | 
|---|
|  | 1513 | +#include <asm-i386/mmx.h> | 
|---|
|  | 1514 | +#endif | 
|---|
|  | 1515 | + | 
|---|
|  | 1516 | +#endif /* __STUB__MMX_H__ */ | 
|---|
|  | 1517 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/module.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/module.h | 
|---|
|  | 1518 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/module.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1519 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/module.h      2005-06-25 19:56:30.000000000 +0000 | 
|---|
|  | 1520 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1521 | +#ifndef __STUB__MODULE_H__ | 
|---|
|  | 1522 | +#define __STUB__MODULE_H__ | 
|---|
|  | 1523 | + | 
|---|
|  | 1524 | +#ifdef __x86_64__ | 
|---|
|  | 1525 | +#include <asm-x86_64/module.h> | 
|---|
|  | 1526 | +#else | 
|---|
|  | 1527 | +#include <asm-i386/module.h> | 
|---|
|  | 1528 | +#endif | 
|---|
|  | 1529 | + | 
|---|
|  | 1530 | +#endif /* __STUB__MODULE_H__ */ | 
|---|
|  | 1531 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mpspec.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mpspec.h | 
|---|
|  | 1532 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mpspec.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1533 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mpspec.h      2005-06-25 19:56:31.000000000 +0000 | 
|---|
|  | 1534 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1535 | +#ifndef __STUB__MPSPEC_H__ | 
|---|
|  | 1536 | +#define __STUB__MPSPEC_H__ | 
|---|
|  | 1537 | + | 
|---|
|  | 1538 | +#ifdef __x86_64__ | 
|---|
|  | 1539 | +#include <asm-x86_64/mpspec.h> | 
|---|
|  | 1540 | +#else | 
|---|
|  | 1541 | +#include <asm-i386/mpspec.h> | 
|---|
|  | 1542 | +#endif | 
|---|
|  | 1543 | + | 
|---|
|  | 1544 | +#endif /* __STUB__MPSPEC_H__ */ | 
|---|
|  | 1545 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mpspec_def.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mpspec_def.h | 
|---|
|  | 1546 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mpspec_def.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1547 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mpspec_def.h  2005-06-25 19:56:31.000000000 +0000 | 
|---|
|  | 1548 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1549 | +#ifndef __STUB__MPSPEC_DEF_H__ | 
|---|
|  | 1550 | +#define __STUB__MPSPEC_DEF_H__ | 
|---|
|  | 1551 | + | 
|---|
|  | 1552 | +#ifndef __x86_64__ | 
|---|
|  | 1553 | +#include <asm-i386/mpspec_def.h> | 
|---|
|  | 1554 | +#endif | 
|---|
|  | 1555 | + | 
|---|
|  | 1556 | +#endif /* __STUB__MPSPEC_DEF_H__ */ | 
|---|
|  | 1557 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/msgbuf.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/msgbuf.h | 
|---|
|  | 1558 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/msgbuf.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1559 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/msgbuf.h      2005-06-25 19:56:31.000000000 +0000 | 
|---|
|  | 1560 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1561 | +#ifndef __STUB__MSGBUF_H__ | 
|---|
|  | 1562 | +#define __STUB__MSGBUF_H__ | 
|---|
|  | 1563 | + | 
|---|
|  | 1564 | +#ifdef __x86_64__ | 
|---|
|  | 1565 | +#include <asm-x86_64/msgbuf.h> | 
|---|
|  | 1566 | +#else | 
|---|
|  | 1567 | +#include <asm-i386/msgbuf.h> | 
|---|
|  | 1568 | +#endif | 
|---|
|  | 1569 | + | 
|---|
|  | 1570 | +#endif /* __STUB__MSGBUF_H__ */ | 
|---|
|  | 1571 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/msr.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/msr.h | 
|---|
|  | 1572 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/msr.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1573 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/msr.h 2005-06-25 19:56:32.000000000 +0000 | 
|---|
|  | 1574 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1575 | +#ifndef __STUB__MSR_H__ | 
|---|
|  | 1576 | +#define __STUB__MSR_H__ | 
|---|
|  | 1577 | + | 
|---|
|  | 1578 | +#ifdef __x86_64__ | 
|---|
|  | 1579 | +#include <asm-x86_64/msr.h> | 
|---|
|  | 1580 | +#else | 
|---|
|  | 1581 | +#include <asm-i386/msr.h> | 
|---|
|  | 1582 | +#endif | 
|---|
|  | 1583 | + | 
|---|
|  | 1584 | +#endif /* __STUB__MSR_H__ */ | 
|---|
|  | 1585 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mtrr.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mtrr.h | 
|---|
|  | 1586 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/mtrr.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1587 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/mtrr.h        2005-06-25 19:56:32.000000000 +0000 | 
|---|
|  | 1588 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1589 | +#ifndef __STUB__MTRR_H__ | 
|---|
|  | 1590 | +#define __STUB__MTRR_H__ | 
|---|
|  | 1591 | + | 
|---|
|  | 1592 | +#ifdef __x86_64__ | 
|---|
|  | 1593 | +#include <asm-x86_64/mtrr.h> | 
|---|
|  | 1594 | +#else | 
|---|
|  | 1595 | +#include <asm-i386/mtrr.h> | 
|---|
|  | 1596 | +#endif | 
|---|
|  | 1597 | + | 
|---|
|  | 1598 | +#endif /* __STUB__MTRR_H__ */ | 
|---|
|  | 1599 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/namei.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/namei.h | 
|---|
|  | 1600 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/namei.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1601 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/namei.h       2005-06-25 19:56:33.000000000 +0000 | 
|---|
|  | 1602 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1603 | +#ifndef __STUB__NAMEI_H__ | 
|---|
|  | 1604 | +#define __STUB__NAMEI_H__ | 
|---|
|  | 1605 | + | 
|---|
|  | 1606 | +#ifdef __x86_64__ | 
|---|
|  | 1607 | +#include <asm-x86_64/namei.h> | 
|---|
|  | 1608 | +#else | 
|---|
|  | 1609 | +#include <asm-i386/namei.h> | 
|---|
|  | 1610 | +#endif | 
|---|
|  | 1611 | + | 
|---|
|  | 1612 | +#endif /* __STUB__NAMEI_H__ */ | 
|---|
|  | 1613 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/nmi.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/nmi.h | 
|---|
|  | 1614 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/nmi.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1615 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/nmi.h 2005-06-25 19:56:33.000000000 +0000 | 
|---|
|  | 1616 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1617 | +#ifndef __STUB__NMI_H__ | 
|---|
|  | 1618 | +#define __STUB__NMI_H__ | 
|---|
|  | 1619 | + | 
|---|
|  | 1620 | +#ifdef __x86_64__ | 
|---|
|  | 1621 | +#include <asm-x86_64/nmi.h> | 
|---|
|  | 1622 | +#else | 
|---|
|  | 1623 | +#include <asm-i386/nmi.h> | 
|---|
|  | 1624 | +#endif | 
|---|
|  | 1625 | + | 
|---|
|  | 1626 | +#endif /* __STUB__NMI_H__ */ | 
|---|
|  | 1627 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/node.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/node.h | 
|---|
|  | 1628 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/node.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1629 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/node.h        2005-06-25 19:56:33.000000000 +0000 | 
|---|
|  | 1630 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1631 | +#ifndef __STUB__NODE_H__ | 
|---|
|  | 1632 | +#define __STUB__NODE_H__ | 
|---|
|  | 1633 | + | 
|---|
|  | 1634 | +#ifndef __x86_64__ | 
|---|
|  | 1635 | +#include <asm-i386/node.h> | 
|---|
|  | 1636 | +#endif | 
|---|
|  | 1637 | + | 
|---|
|  | 1638 | +#endif /* __STUB__NODE_H__ */ | 
|---|
|  | 1639 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numa.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numa.h | 
|---|
|  | 1640 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numa.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1641 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numa.h        2005-06-25 19:55:33.000000000 +0000 | 
|---|
|  | 1642 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1643 | +#ifndef __STUB__NUMA_H__ | 
|---|
|  | 1644 | +#define __STUB__NUMA_H__ | 
|---|
|  | 1645 | + | 
|---|
|  | 1646 | +#ifdef __x86_64__ | 
|---|
|  | 1647 | +#include <asm-x86_64/numa.h> | 
|---|
|  | 1648 | +#endif | 
|---|
|  | 1649 | + | 
|---|
|  | 1650 | +#endif /* __STUB__NUMA_H__ */ | 
|---|
|  | 1651 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numaq.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numaq.h | 
|---|
|  | 1652 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numaq.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1653 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numaq.h       2005-06-25 19:56:34.000000000 +0000 | 
|---|
|  | 1654 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1655 | +#ifndef __STUB__NUMAQ_H__ | 
|---|
|  | 1656 | +#define __STUB__NUMAQ_H__ | 
|---|
|  | 1657 | + | 
|---|
|  | 1658 | +#ifndef __x86_64__ | 
|---|
|  | 1659 | +#include <asm-i386/numaq.h> | 
|---|
|  | 1660 | +#endif | 
|---|
|  | 1661 | + | 
|---|
|  | 1662 | +#endif /* __STUB__NUMAQ_H__ */ | 
|---|
|  | 1663 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numnodes.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numnodes.h | 
|---|
|  | 1664 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/numnodes.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1665 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/numnodes.h    2005-06-25 19:56:34.000000000 +0000 | 
|---|
|  | 1666 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1667 | +#ifndef __STUB__NUMNODES_H__ | 
|---|
|  | 1668 | +#define __STUB__NUMNODES_H__ | 
|---|
|  | 1669 | + | 
|---|
|  | 1670 | +#ifdef __x86_64__ | 
|---|
|  | 1671 | +#include <asm-x86_64/numnodes.h> | 
|---|
|  | 1672 | +#else | 
|---|
|  | 1673 | +#include <asm-i386/numnodes.h> | 
|---|
|  | 1674 | +#endif | 
|---|
|  | 1675 | + | 
|---|
|  | 1676 | +#endif /* __STUB__NUMNODES_H__ */ | 
|---|
|  | 1677 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/page.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/page.h | 
|---|
|  | 1678 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/page.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1679 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/page.h        2005-06-25 19:56:34.000000000 +0000 | 
|---|
|  | 1680 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1681 | +#ifndef __STUB__PAGE_H__ | 
|---|
|  | 1682 | +#define __STUB__PAGE_H__ | 
|---|
|  | 1683 | + | 
|---|
|  | 1684 | +#ifdef __x86_64__ | 
|---|
|  | 1685 | +#include <asm-x86_64/page.h> | 
|---|
|  | 1686 | +#else | 
|---|
|  | 1687 | +#include <asm-i386/page.h> | 
|---|
|  | 1688 | +#endif | 
|---|
|  | 1689 | + | 
|---|
|  | 1690 | +#endif /* __STUB__PAGE_H__ */ | 
|---|
|  | 1691 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/param.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/param.h | 
|---|
|  | 1692 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/param.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1693 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/param.h       2005-06-25 19:56:03.000000000 +0000 | 
|---|
|  | 1694 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1695 | +#ifndef __STUB__PARAM_H__ | 
|---|
|  | 1696 | +#define __STUB__PARAM_H__ | 
|---|
|  | 1697 | + | 
|---|
|  | 1698 | +#ifdef __x86_64__ | 
|---|
|  | 1699 | +#include <asm-x86_64/param.h> | 
|---|
|  | 1700 | +#else | 
|---|
|  | 1701 | +#include <asm-i386/param.h> | 
|---|
|  | 1702 | +#endif | 
|---|
|  | 1703 | + | 
|---|
|  | 1704 | +#endif /* __STUB__PARAM_H__ */ | 
|---|
|  | 1705 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/parport.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/parport.h | 
|---|
|  | 1706 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/parport.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1707 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/parport.h     2005-06-25 19:56:03.000000000 +0000 | 
|---|
|  | 1708 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1709 | +#ifndef __STUB__PARPORT_H__ | 
|---|
|  | 1710 | +#define __STUB__PARPORT_H__ | 
|---|
|  | 1711 | + | 
|---|
|  | 1712 | +#ifdef __x86_64__ | 
|---|
|  | 1713 | +#include <asm-x86_64/parport.h> | 
|---|
|  | 1714 | +#else | 
|---|
|  | 1715 | +#include <asm-i386/parport.h> | 
|---|
|  | 1716 | +#endif | 
|---|
|  | 1717 | + | 
|---|
|  | 1718 | +#endif /* __STUB__PARPORT_H__ */ | 
|---|
|  | 1719 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pci-direct.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pci-direct.h | 
|---|
|  | 1720 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pci-direct.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1721 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pci-direct.h  2005-06-25 19:55:35.000000000 +0000 | 
|---|
|  | 1722 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1723 | +#ifndef __STUB__PCI-DIRECT_H__ | 
|---|
|  | 1724 | +#define __STUB__PCI-DIRECT_H__ | 
|---|
|  | 1725 | + | 
|---|
|  | 1726 | +#ifdef __x86_64__ | 
|---|
|  | 1727 | +#include <asm-x86_64/pci-direct.h> | 
|---|
|  | 1728 | +#endif | 
|---|
|  | 1729 | + | 
|---|
|  | 1730 | +#endif /* __STUB__PCI-DIRECT_H__ */ | 
|---|
|  | 1731 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pda.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pda.h | 
|---|
|  | 1732 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pda.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1733 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pda.h 2005-06-25 19:55:35.000000000 +0000 | 
|---|
|  | 1734 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1735 | +#ifndef __STUB__PDA_H__ | 
|---|
|  | 1736 | +#define __STUB__PDA_H__ | 
|---|
|  | 1737 | + | 
|---|
|  | 1738 | +#ifdef __x86_64__ | 
|---|
|  | 1739 | +#include <asm-x86_64/pda.h> | 
|---|
|  | 1740 | +#endif | 
|---|
|  | 1741 | + | 
|---|
|  | 1742 | +#endif /* __STUB__PDA_H__ */ | 
|---|
|  | 1743 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgalloc.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgalloc.h | 
|---|
|  | 1744 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgalloc.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1745 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgalloc.h     2005-06-25 19:56:05.000000000 +0000 | 
|---|
|  | 1746 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1747 | +#ifndef __STUB__PGALLOC_H__ | 
|---|
|  | 1748 | +#define __STUB__PGALLOC_H__ | 
|---|
|  | 1749 | + | 
|---|
|  | 1750 | +#ifdef __x86_64__ | 
|---|
|  | 1751 | +#include <asm-x86_64/pgalloc.h> | 
|---|
|  | 1752 | +#else | 
|---|
|  | 1753 | +#include <asm-i386/pgalloc.h> | 
|---|
|  | 1754 | +#endif | 
|---|
|  | 1755 | + | 
|---|
|  | 1756 | +#endif /* __STUB__PGALLOC_H__ */ | 
|---|
|  | 1757 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgtable-2level.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgtable-2level.h | 
|---|
|  | 1758 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgtable-2level.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1759 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgtable-2level.h      2005-06-25 19:56:35.000000000 +0000 | 
|---|
|  | 1760 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1761 | +#ifndef __STUB__PGTABLE-2LEVEL_H__ | 
|---|
|  | 1762 | +#define __STUB__PGTABLE-2LEVEL_H__ | 
|---|
|  | 1763 | + | 
|---|
|  | 1764 | +#ifndef __x86_64__ | 
|---|
|  | 1765 | +#include <asm-i386/pgtable-2level.h> | 
|---|
|  | 1766 | +#endif | 
|---|
|  | 1767 | + | 
|---|
|  | 1768 | +#endif /* __STUB__PGTABLE-2LEVEL_H__ */ | 
|---|
|  | 1769 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgtable-3level.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgtable-3level.h | 
|---|
|  | 1770 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/pgtable-3level.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1771 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/pgtable-3level.h      2005-06-25 19:56:36.000000000 +0000 | 
|---|
|  | 1772 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1773 | +#ifndef __STUB__PGTABLE-3LEVEL_H__ | 
|---|
|  | 1774 | +#define __STUB__PGTABLE-3LEVEL_H__ | 
|---|
|  | 1775 | + | 
|---|
|  | 1776 | +#ifndef __x86_64__ | 
|---|
|  | 1777 | +#include <asm-i386/pgtable-3level.h> | 
|---|
|  | 1778 | +#endif | 
|---|
|  | 1779 | + | 
|---|
|  | 1780 | +#endif /* __STUB__PGTABLE-3LEVEL_H__ */ | 
|---|
|  | 1781 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/poll.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/poll.h | 
|---|
|  | 1782 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/poll.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1783 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/poll.h        2005-06-25 19:56:36.000000000 +0000 | 
|---|
|  | 1784 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1785 | +#ifndef __STUB__POLL_H__ | 
|---|
|  | 1786 | +#define __STUB__POLL_H__ | 
|---|
|  | 1787 | + | 
|---|
|  | 1788 | +#ifdef __x86_64__ | 
|---|
|  | 1789 | +#include <asm-x86_64/poll.h> | 
|---|
|  | 1790 | +#else | 
|---|
|  | 1791 | +#include <asm-i386/poll.h> | 
|---|
|  | 1792 | +#endif | 
|---|
|  | 1793 | + | 
|---|
|  | 1794 | +#endif /* __STUB__POLL_H__ */ | 
|---|
|  | 1795 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/posix_types.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/posix_types.h | 
|---|
|  | 1796 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/posix_types.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1797 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/posix_types.h 2005-06-25 19:56:37.000000000 +0000 | 
|---|
|  | 1798 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1799 | +#ifndef __STUB__POSIX_TYPES_H__ | 
|---|
|  | 1800 | +#define __STUB__POSIX_TYPES_H__ | 
|---|
|  | 1801 | + | 
|---|
|  | 1802 | +#ifdef __x86_64__ | 
|---|
|  | 1803 | +#include <asm-x86_64/posix_types.h> | 
|---|
|  | 1804 | +#else | 
|---|
|  | 1805 | +#include <asm-i386/posix_types.h> | 
|---|
|  | 1806 | +#endif | 
|---|
|  | 1807 | + | 
|---|
|  | 1808 | +#endif /* __STUB__POSIX_TYPES_H__ */ | 
|---|
|  | 1809 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/prctl.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/prctl.h | 
|---|
|  | 1810 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/prctl.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1811 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/prctl.h       2005-06-25 19:55:03.000000000 +0000 | 
|---|
|  | 1812 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1813 | +#ifndef __STUB__PRCTL_H__ | 
|---|
|  | 1814 | +#define __STUB__PRCTL_H__ | 
|---|
|  | 1815 | + | 
|---|
|  | 1816 | +#ifdef __x86_64__ | 
|---|
|  | 1817 | +#include <asm-x86_64/prctl.h> | 
|---|
|  | 1818 | +#endif | 
|---|
|  | 1819 | + | 
|---|
|  | 1820 | +#endif /* __STUB__PRCTL_H__ */ | 
|---|
|  | 1821 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/processor.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/processor.h | 
|---|
|  | 1822 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/processor.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1823 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/processor.h   2005-06-25 19:56:37.000000000 +0000 | 
|---|
|  | 1824 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1825 | +#ifndef __STUB__PROCESSOR_H__ | 
|---|
|  | 1826 | +#define __STUB__PROCESSOR_H__ | 
|---|
|  | 1827 | + | 
|---|
|  | 1828 | +#ifdef __x86_64__ | 
|---|
|  | 1829 | +#include <asm-x86_64/processor.h> | 
|---|
|  | 1830 | +#else | 
|---|
|  | 1831 | +#include <asm-i386/processor.h> | 
|---|
|  | 1832 | +#endif | 
|---|
|  | 1833 | + | 
|---|
|  | 1834 | +#endif /* __STUB__PROCESSOR_H__ */ | 
|---|
|  | 1835 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/proto.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/proto.h | 
|---|
|  | 1836 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/proto.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1837 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/proto.h       2005-06-25 19:55:06.000000000 +0000 | 
|---|
|  | 1838 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1839 | +#ifndef __STUB__PROTO_H__ | 
|---|
|  | 1840 | +#define __STUB__PROTO_H__ | 
|---|
|  | 1841 | + | 
|---|
|  | 1842 | +#ifdef __x86_64__ | 
|---|
|  | 1843 | +#include <asm-x86_64/proto.h> | 
|---|
|  | 1844 | +#endif | 
|---|
|  | 1845 | + | 
|---|
|  | 1846 | +#endif /* __STUB__PROTO_H__ */ | 
|---|
|  | 1847 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ptrace.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ptrace.h | 
|---|
|  | 1848 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ptrace.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1849 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ptrace.h      2005-06-25 19:56:37.000000000 +0000 | 
|---|
|  | 1850 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1851 | +#ifndef __STUB__PTRACE_H__ | 
|---|
|  | 1852 | +#define __STUB__PTRACE_H__ | 
|---|
|  | 1853 | + | 
|---|
|  | 1854 | +#ifdef __x86_64__ | 
|---|
|  | 1855 | +#include <asm-x86_64/ptrace.h> | 
|---|
|  | 1856 | +#else | 
|---|
|  | 1857 | +#include <asm-i386/ptrace.h> | 
|---|
|  | 1858 | +#endif | 
|---|
|  | 1859 | + | 
|---|
|  | 1860 | +#endif /* __STUB__PTRACE_H__ */ | 
|---|
|  | 1861 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/rwlock.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/rwlock.h | 
|---|
|  | 1862 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/rwlock.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1863 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/rwlock.h      2005-06-25 19:56:38.000000000 +0000 | 
|---|
|  | 1864 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1865 | +#ifndef __STUB__RWLOCK_H__ | 
|---|
|  | 1866 | +#define __STUB__RWLOCK_H__ | 
|---|
|  | 1867 | + | 
|---|
|  | 1868 | +#ifdef __x86_64__ | 
|---|
|  | 1869 | +#include <asm-x86_64/rwlock.h> | 
|---|
|  | 1870 | +#else | 
|---|
|  | 1871 | +#include <asm-i386/rwlock.h> | 
|---|
|  | 1872 | +#endif | 
|---|
|  | 1873 | + | 
|---|
|  | 1874 | +#endif /* __STUB__RWLOCK_H__ */ | 
|---|
|  | 1875 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/segment.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/segment.h | 
|---|
|  | 1876 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/segment.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1877 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/segment.h     2005-06-25 19:56:38.000000000 +0000 | 
|---|
|  | 1878 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1879 | +#ifndef __STUB__SEGMENT_H__ | 
|---|
|  | 1880 | +#define __STUB__SEGMENT_H__ | 
|---|
|  | 1881 | + | 
|---|
|  | 1882 | +#ifdef __x86_64__ | 
|---|
|  | 1883 | +#include <asm-x86_64/segment.h> | 
|---|
|  | 1884 | +#else | 
|---|
|  | 1885 | +#include <asm-i386/segment.h> | 
|---|
|  | 1886 | +#endif | 
|---|
|  | 1887 | + | 
|---|
|  | 1888 | +#endif /* __STUB__SEGMENT_H__ */ | 
|---|
|  | 1889 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/semaphore.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/semaphore.h | 
|---|
|  | 1890 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/semaphore.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1891 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/semaphore.h   2005-06-25 19:56:38.000000000 +0000 | 
|---|
|  | 1892 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1893 | +#ifndef __STUB__SEMAPHORE_H__ | 
|---|
|  | 1894 | +#define __STUB__SEMAPHORE_H__ | 
|---|
|  | 1895 | + | 
|---|
|  | 1896 | +#ifdef __x86_64__ | 
|---|
|  | 1897 | +#include <asm-x86_64/semaphore.h> | 
|---|
|  | 1898 | +#else | 
|---|
|  | 1899 | +#include <asm-i386/semaphore.h> | 
|---|
|  | 1900 | +#endif | 
|---|
|  | 1901 | + | 
|---|
|  | 1902 | +#endif /* __STUB__SEMAPHORE_H__ */ | 
|---|
|  | 1903 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sembuf.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sembuf.h | 
|---|
|  | 1904 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sembuf.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1905 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sembuf.h      2005-06-25 19:56:39.000000000 +0000 | 
|---|
|  | 1906 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1907 | +#ifndef __STUB__SEMBUF_H__ | 
|---|
|  | 1908 | +#define __STUB__SEMBUF_H__ | 
|---|
|  | 1909 | + | 
|---|
|  | 1910 | +#ifdef __x86_64__ | 
|---|
|  | 1911 | +#include <asm-x86_64/sembuf.h> | 
|---|
|  | 1912 | +#else | 
|---|
|  | 1913 | +#include <asm-i386/sembuf.h> | 
|---|
|  | 1914 | +#endif | 
|---|
|  | 1915 | + | 
|---|
|  | 1916 | +#endif /* __STUB__SEMBUF_H__ */ | 
|---|
|  | 1917 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/serial.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/serial.h | 
|---|
|  | 1918 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/serial.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1919 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/serial.h      2005-06-25 19:56:35.000000000 +0000 | 
|---|
|  | 1920 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1921 | +#ifndef __STUB__SERIAL_H__ | 
|---|
|  | 1922 | +#define __STUB__SERIAL_H__ | 
|---|
|  | 1923 | + | 
|---|
|  | 1924 | +#ifdef __x86_64__ | 
|---|
|  | 1925 | +#include <asm-x86_64/serial.h> | 
|---|
|  | 1926 | +#else | 
|---|
|  | 1927 | +#include <asm-i386/serial.h> | 
|---|
|  | 1928 | +#endif | 
|---|
|  | 1929 | + | 
|---|
|  | 1930 | +#endif /* __STUB__SERIAL_H__ */ | 
|---|
|  | 1931 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/shmbuf.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/shmbuf.h | 
|---|
|  | 1932 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/shmbuf.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1933 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/shmbuf.h      2005-06-25 19:56:35.000000000 +0000 | 
|---|
|  | 1934 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1935 | +#ifndef __STUB__SHMBUF_H__ | 
|---|
|  | 1936 | +#define __STUB__SHMBUF_H__ | 
|---|
|  | 1937 | + | 
|---|
|  | 1938 | +#ifdef __x86_64__ | 
|---|
|  | 1939 | +#include <asm-x86_64/shmbuf.h> | 
|---|
|  | 1940 | +#else | 
|---|
|  | 1941 | +#include <asm-i386/shmbuf.h> | 
|---|
|  | 1942 | +#endif | 
|---|
|  | 1943 | + | 
|---|
|  | 1944 | +#endif /* __STUB__SHMBUF_H__ */ | 
|---|
|  | 1945 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/shmparam.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/shmparam.h | 
|---|
|  | 1946 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/shmparam.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1947 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/shmparam.h    2005-06-25 19:56:05.000000000 +0000 | 
|---|
|  | 1948 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1949 | +#ifndef __STUB__SHMPARAM_H__ | 
|---|
|  | 1950 | +#define __STUB__SHMPARAM_H__ | 
|---|
|  | 1951 | + | 
|---|
|  | 1952 | +#ifdef __x86_64__ | 
|---|
|  | 1953 | +#include <asm-x86_64/shmparam.h> | 
|---|
|  | 1954 | +#else | 
|---|
|  | 1955 | +#include <asm-i386/shmparam.h> | 
|---|
|  | 1956 | +#endif | 
|---|
|  | 1957 | + | 
|---|
|  | 1958 | +#endif /* __STUB__SHMPARAM_H__ */ | 
|---|
|  | 1959 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sigcontext.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sigcontext.h | 
|---|
|  | 1960 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sigcontext.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1961 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sigcontext.h  2005-06-25 19:56:06.000000000 +0000 | 
|---|
|  | 1962 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1963 | +#ifndef __STUB__SIGCONTEXT_H__ | 
|---|
|  | 1964 | +#define __STUB__SIGCONTEXT_H__ | 
|---|
|  | 1965 | + | 
|---|
|  | 1966 | +#ifdef __x86_64__ | 
|---|
|  | 1967 | +#include <asm-x86_64/sigcontext.h> | 
|---|
|  | 1968 | +#else | 
|---|
|  | 1969 | +#include <asm-i386/sigcontext.h> | 
|---|
|  | 1970 | +#endif | 
|---|
|  | 1971 | + | 
|---|
|  | 1972 | +#endif /* __STUB__SIGCONTEXT_H__ */ | 
|---|
|  | 1973 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sigcontext32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sigcontext32.h | 
|---|
|  | 1974 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sigcontext32.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1975 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sigcontext32.h        2005-06-25 19:55:39.000000000 +0000 | 
|---|
|  | 1976 | @@ -0,0 +1,8 @@ | 
|---|
|  | 1977 | +#ifndef __STUB__SIGCONTEXT32_H__ | 
|---|
|  | 1978 | +#define __STUB__SIGCONTEXT32_H__ | 
|---|
|  | 1979 | + | 
|---|
|  | 1980 | +#ifdef __x86_64__ | 
|---|
|  | 1981 | +#include <asm-x86_64/sigcontext32.h> | 
|---|
|  | 1982 | +#endif | 
|---|
|  | 1983 | + | 
|---|
|  | 1984 | +#endif /* __STUB__SIGCONTEXT32_H__ */ | 
|---|
|  | 1985 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/siginfo.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/siginfo.h | 
|---|
|  | 1986 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/siginfo.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 1987 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/siginfo.h     2005-06-25 19:56:07.000000000 +0000 | 
|---|
|  | 1988 | @@ -0,0 +1,10 @@ | 
|---|
|  | 1989 | +#ifndef __STUB__SIGINFO_H__ | 
|---|
|  | 1990 | +#define __STUB__SIGINFO_H__ | 
|---|
|  | 1991 | + | 
|---|
|  | 1992 | +#ifdef __x86_64__ | 
|---|
|  | 1993 | +#include <asm-x86_64/siginfo.h> | 
|---|
|  | 1994 | +#else | 
|---|
|  | 1995 | +#include <asm-i386/siginfo.h> | 
|---|
|  | 1996 | +#endif | 
|---|
|  | 1997 | + | 
|---|
|  | 1998 | +#endif /* __STUB__SIGINFO_H__ */ | 
|---|
|  | 1999 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/socket.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/socket.h | 
|---|
|  | 2000 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/socket.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2001 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/socket.h      2005-06-25 19:56:07.000000000 +0000 | 
|---|
|  | 2002 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2003 | +#ifndef __STUB__SOCKET_H__ | 
|---|
|  | 2004 | +#define __STUB__SOCKET_H__ | 
|---|
|  | 2005 | + | 
|---|
|  | 2006 | +#ifdef __x86_64__ | 
|---|
|  | 2007 | +#include <asm-x86_64/socket.h> | 
|---|
|  | 2008 | +#else | 
|---|
|  | 2009 | +#include <asm-i386/socket.h> | 
|---|
|  | 2010 | +#endif | 
|---|
|  | 2011 | + | 
|---|
|  | 2012 | +#endif /* __STUB__SOCKET_H__ */ | 
|---|
|  | 2013 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sockios.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sockios.h | 
|---|
|  | 2014 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/sockios.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2015 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/sockios.h     2005-06-25 19:56:08.000000000 +0000 | 
|---|
|  | 2016 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2017 | +#ifndef __STUB__SOCKIOS_H__ | 
|---|
|  | 2018 | +#define __STUB__SOCKIOS_H__ | 
|---|
|  | 2019 | + | 
|---|
|  | 2020 | +#ifdef __x86_64__ | 
|---|
|  | 2021 | +#include <asm-x86_64/sockios.h> | 
|---|
|  | 2022 | +#else | 
|---|
|  | 2023 | +#include <asm-i386/sockios.h> | 
|---|
|  | 2024 | +#endif | 
|---|
|  | 2025 | + | 
|---|
|  | 2026 | +#endif /* __STUB__SOCKIOS_H__ */ | 
|---|
|  | 2027 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/spinlock.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/spinlock.h | 
|---|
|  | 2028 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/spinlock.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2029 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/spinlock.h    2005-06-25 19:56:09.000000000 +0000 | 
|---|
|  | 2030 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2031 | +#ifndef __STUB__SPINLOCK_H__ | 
|---|
|  | 2032 | +#define __STUB__SPINLOCK_H__ | 
|---|
|  | 2033 | + | 
|---|
|  | 2034 | +#ifdef __x86_64__ | 
|---|
|  | 2035 | +#include <asm-x86_64/spinlock.h> | 
|---|
|  | 2036 | +#else | 
|---|
|  | 2037 | +#include <asm-i386/spinlock.h> | 
|---|
|  | 2038 | +#endif | 
|---|
|  | 2039 | + | 
|---|
|  | 2040 | +#endif /* __STUB__SPINLOCK_H__ */ | 
|---|
|  | 2041 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/srat.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/srat.h | 
|---|
|  | 2042 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/srat.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2043 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/srat.h        2005-06-25 19:56:10.000000000 +0000 | 
|---|
|  | 2044 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2045 | +#ifndef __STUB__SRAT_H__ | 
|---|
|  | 2046 | +#define __STUB__SRAT_H__ | 
|---|
|  | 2047 | + | 
|---|
|  | 2048 | +#ifndef __x86_64__ | 
|---|
|  | 2049 | +#include <asm-i386/srat.h> | 
|---|
|  | 2050 | +#endif | 
|---|
|  | 2051 | + | 
|---|
|  | 2052 | +#endif /* __STUB__SRAT_H__ */ | 
|---|
|  | 2053 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/stat.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/stat.h | 
|---|
|  | 2054 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/stat.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2055 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/stat.h        2005-06-25 19:56:10.000000000 +0000 | 
|---|
|  | 2056 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2057 | +#ifndef __STUB__STAT_H__ | 
|---|
|  | 2058 | +#define __STUB__STAT_H__ | 
|---|
|  | 2059 | + | 
|---|
|  | 2060 | +#ifdef __x86_64__ | 
|---|
|  | 2061 | +#include <asm-x86_64/stat.h> | 
|---|
|  | 2062 | +#else | 
|---|
|  | 2063 | +#include <asm-i386/stat.h> | 
|---|
|  | 2064 | +#endif | 
|---|
|  | 2065 | + | 
|---|
|  | 2066 | +#endif /* __STUB__STAT_H__ */ | 
|---|
|  | 2067 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/suspend.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/suspend.h | 
|---|
|  | 2068 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/suspend.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2069 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/suspend.h     2005-06-25 19:56:11.000000000 +0000 | 
|---|
|  | 2070 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2071 | +#ifndef __STUB__SUSPEND_H__ | 
|---|
|  | 2072 | +#define __STUB__SUSPEND_H__ | 
|---|
|  | 2073 | + | 
|---|
|  | 2074 | +#ifdef __x86_64__ | 
|---|
|  | 2075 | +#include <asm-x86_64/suspend.h> | 
|---|
|  | 2076 | +#else | 
|---|
|  | 2077 | +#include <asm-i386/suspend.h> | 
|---|
|  | 2078 | +#endif | 
|---|
|  | 2079 | + | 
|---|
|  | 2080 | +#endif /* __STUB__SUSPEND_H__ */ | 
|---|
|  | 2081 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/system.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/system.h | 
|---|
|  | 2082 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/system.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2083 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/system.h      2005-06-25 19:56:12.000000000 +0000 | 
|---|
|  | 2084 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2085 | +#ifndef __STUB__SYSTEM_H__ | 
|---|
|  | 2086 | +#define __STUB__SYSTEM_H__ | 
|---|
|  | 2087 | + | 
|---|
|  | 2088 | +#ifdef __x86_64__ | 
|---|
|  | 2089 | +#include <asm-x86_64/system.h> | 
|---|
|  | 2090 | +#else | 
|---|
|  | 2091 | +#include <asm-i386/system.h> | 
|---|
|  | 2092 | +#endif | 
|---|
|  | 2093 | + | 
|---|
|  | 2094 | +#endif /* __STUB__SYSTEM_H__ */ | 
|---|
|  | 2095 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/termbits.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/termbits.h | 
|---|
|  | 2096 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/termbits.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2097 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/termbits.h    2005-06-25 19:56:13.000000000 +0000 | 
|---|
|  | 2098 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2099 | +#ifndef __STUB__TERMBITS_H__ | 
|---|
|  | 2100 | +#define __STUB__TERMBITS_H__ | 
|---|
|  | 2101 | + | 
|---|
|  | 2102 | +#ifdef __x86_64__ | 
|---|
|  | 2103 | +#include <asm-x86_64/termbits.h> | 
|---|
|  | 2104 | +#else | 
|---|
|  | 2105 | +#include <asm-i386/termbits.h> | 
|---|
|  | 2106 | +#endif | 
|---|
|  | 2107 | + | 
|---|
|  | 2108 | +#endif /* __STUB__TERMBITS_H__ */ | 
|---|
|  | 2109 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/termios.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/termios.h | 
|---|
|  | 2110 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/termios.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2111 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/termios.h     2005-06-25 19:56:14.000000000 +0000 | 
|---|
|  | 2112 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2113 | +#ifndef __STUB__TERMIOS_H__ | 
|---|
|  | 2114 | +#define __STUB__TERMIOS_H__ | 
|---|
|  | 2115 | + | 
|---|
|  | 2116 | +#ifdef __x86_64__ | 
|---|
|  | 2117 | +#include <asm-x86_64/termios.h> | 
|---|
|  | 2118 | +#else | 
|---|
|  | 2119 | +#include <asm-i386/termios.h> | 
|---|
|  | 2120 | +#endif | 
|---|
|  | 2121 | + | 
|---|
|  | 2122 | +#endif /* __STUB__TERMIOS_H__ */ | 
|---|
|  | 2123 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/timer.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/timer.h | 
|---|
|  | 2124 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/timer.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2125 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/timer.h       2005-06-25 19:56:15.000000000 +0000 | 
|---|
|  | 2126 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2127 | +#ifndef __STUB__TIMER_H__ | 
|---|
|  | 2128 | +#define __STUB__TIMER_H__ | 
|---|
|  | 2129 | + | 
|---|
|  | 2130 | +#ifndef __x86_64__ | 
|---|
|  | 2131 | +#include <asm-i386/timer.h> | 
|---|
|  | 2132 | +#endif | 
|---|
|  | 2133 | + | 
|---|
|  | 2134 | +#endif /* __STUB__TIMER_H__ */ | 
|---|
|  | 2135 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/timex.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/timex.h | 
|---|
|  | 2136 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/timex.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2137 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/timex.h       2005-06-25 19:56:16.000000000 +0000 | 
|---|
|  | 2138 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2139 | +#ifndef __STUB__TIMEX_H__ | 
|---|
|  | 2140 | +#define __STUB__TIMEX_H__ | 
|---|
|  | 2141 | + | 
|---|
|  | 2142 | +#ifdef __x86_64__ | 
|---|
|  | 2143 | +#include <asm-x86_64/timex.h> | 
|---|
|  | 2144 | +#else | 
|---|
|  | 2145 | +#include <asm-i386/timex.h> | 
|---|
|  | 2146 | +#endif | 
|---|
|  | 2147 | + | 
|---|
|  | 2148 | +#endif /* __STUB__TIMEX_H__ */ | 
|---|
|  | 2149 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/tlbflush.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/tlbflush.h | 
|---|
|  | 2150 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/tlbflush.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2151 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/tlbflush.h    2005-06-25 19:56:17.000000000 +0000 | 
|---|
|  | 2152 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2153 | +#ifndef __STUB__TLBFLUSH_H__ | 
|---|
|  | 2154 | +#define __STUB__TLBFLUSH_H__ | 
|---|
|  | 2155 | + | 
|---|
|  | 2156 | +#ifdef __x86_64__ | 
|---|
|  | 2157 | +#include <asm-x86_64/tlbflush.h> | 
|---|
|  | 2158 | +#else | 
|---|
|  | 2159 | +#include <asm-i386/tlbflush.h> | 
|---|
|  | 2160 | +#endif | 
|---|
|  | 2161 | + | 
|---|
|  | 2162 | +#endif /* __STUB__TLBFLUSH_H__ */ | 
|---|
|  | 2163 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/types.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/types.h | 
|---|
|  | 2164 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/types.h  1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2165 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/types.h       2005-06-25 19:56:17.000000000 +0000 | 
|---|
|  | 2166 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2167 | +#ifndef __STUB__TYPES_H__ | 
|---|
|  | 2168 | +#define __STUB__TYPES_H__ | 
|---|
|  | 2169 | + | 
|---|
|  | 2170 | +#ifdef __x86_64__ | 
|---|
|  | 2171 | +#include <asm-x86_64/types.h> | 
|---|
|  | 2172 | +#else | 
|---|
|  | 2173 | +#include <asm-i386/types.h> | 
|---|
|  | 2174 | +#endif | 
|---|
|  | 2175 | + | 
|---|
|  | 2176 | +#endif /* __STUB__TYPES_H__ */ | 
|---|
|  | 2177 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ucontext.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ucontext.h | 
|---|
|  | 2178 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/ucontext.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2179 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/ucontext.h    2005-06-25 19:56:18.000000000 +0000 | 
|---|
|  | 2180 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2181 | +#ifndef __STUB__UCONTEXT_H__ | 
|---|
|  | 2182 | +#define __STUB__UCONTEXT_H__ | 
|---|
|  | 2183 | + | 
|---|
|  | 2184 | +#ifdef __x86_64__ | 
|---|
|  | 2185 | +#include <asm-x86_64/ucontext.h> | 
|---|
|  | 2186 | +#else | 
|---|
|  | 2187 | +#include <asm-i386/ucontext.h> | 
|---|
|  | 2188 | +#endif | 
|---|
|  | 2189 | + | 
|---|
|  | 2190 | +#endif /* __STUB__UCONTEXT_H__ */ | 
|---|
|  | 2191 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/unaligned.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/unaligned.h | 
|---|
|  | 2192 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/unaligned.h      1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2193 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/unaligned.h   2005-06-25 19:56:19.000000000 +0000 | 
|---|
|  | 2194 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2195 | +#ifndef __STUB__UNALIGNED_H__ | 
|---|
|  | 2196 | +#define __STUB__UNALIGNED_H__ | 
|---|
|  | 2197 | + | 
|---|
|  | 2198 | +#ifdef __x86_64__ | 
|---|
|  | 2199 | +#include <asm-x86_64/unaligned.h> | 
|---|
|  | 2200 | +#else | 
|---|
|  | 2201 | +#include <asm-i386/unaligned.h> | 
|---|
|  | 2202 | +#endif | 
|---|
|  | 2203 | + | 
|---|
|  | 2204 | +#endif /* __STUB__UNALIGNED_H__ */ | 
|---|
|  | 2205 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/unistd.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/unistd.h | 
|---|
|  | 2206 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/unistd.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2207 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/unistd.h      2005-06-25 19:56:20.000000000 +0000 | 
|---|
|  | 2208 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2209 | +#ifndef __STUB__UNISTD_H__ | 
|---|
|  | 2210 | +#define __STUB__UNISTD_H__ | 
|---|
|  | 2211 | + | 
|---|
|  | 2212 | +#ifdef __x86_64__ | 
|---|
|  | 2213 | +#include <asm-x86_64/unistd.h> | 
|---|
|  | 2214 | +#else | 
|---|
|  | 2215 | +#include <asm-i386/unistd.h> | 
|---|
|  | 2216 | +#endif | 
|---|
|  | 2217 | + | 
|---|
|  | 2218 | +#endif /* __STUB__UNISTD_H__ */ | 
|---|
|  | 2219 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/user.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/user.h | 
|---|
|  | 2220 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/user.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2221 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/user.h        2005-06-25 19:56:20.000000000 +0000 | 
|---|
|  | 2222 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2223 | +#ifndef __STUB__USER_H__ | 
|---|
|  | 2224 | +#define __STUB__USER_H__ | 
|---|
|  | 2225 | + | 
|---|
|  | 2226 | +#ifdef __x86_64__ | 
|---|
|  | 2227 | +#include <asm-x86_64/user.h> | 
|---|
|  | 2228 | +#else | 
|---|
|  | 2229 | +#include <asm-i386/user.h> | 
|---|
|  | 2230 | +#endif | 
|---|
|  | 2231 | + | 
|---|
|  | 2232 | +#endif /* __STUB__USER_H__ */ | 
|---|
|  | 2233 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/user32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/user32.h | 
|---|
|  | 2234 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/user32.h 1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2235 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/user32.h      2005-06-25 19:55:19.000000000 +0000 | 
|---|
|  | 2236 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2237 | +#ifndef __STUB__USER32_H__ | 
|---|
|  | 2238 | +#define __STUB__USER32_H__ | 
|---|
|  | 2239 | + | 
|---|
|  | 2240 | +#ifdef __x86_64__ | 
|---|
|  | 2241 | +#include <asm-x86_64/user32.h> | 
|---|
|  | 2242 | +#endif | 
|---|
|  | 2243 | + | 
|---|
|  | 2244 | +#endif /* __STUB__USER32_H__ */ | 
|---|
|  | 2245 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vga.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vga.h | 
|---|
|  | 2246 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vga.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2247 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vga.h 2005-06-25 19:56:21.000000000 +0000 | 
|---|
|  | 2248 | @@ -0,0 +1,10 @@ | 
|---|
|  | 2249 | +#ifndef __STUB__VGA_H__ | 
|---|
|  | 2250 | +#define __STUB__VGA_H__ | 
|---|
|  | 2251 | + | 
|---|
|  | 2252 | +#ifdef __x86_64__ | 
|---|
|  | 2253 | +#include <asm-x86_64/vga.h> | 
|---|
|  | 2254 | +#else | 
|---|
|  | 2255 | +#include <asm-i386/vga.h> | 
|---|
|  | 2256 | +#endif | 
|---|
|  | 2257 | + | 
|---|
|  | 2258 | +#endif /* __STUB__VGA_H__ */ | 
|---|
|  | 2259 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vic.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vic.h | 
|---|
|  | 2260 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vic.h    1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2261 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vic.h 2005-06-25 19:56:22.000000000 +0000 | 
|---|
|  | 2262 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2263 | +#ifndef __STUB__VIC_H__ | 
|---|
|  | 2264 | +#define __STUB__VIC_H__ | 
|---|
|  | 2265 | + | 
|---|
|  | 2266 | +#ifndef __x86_64__ | 
|---|
|  | 2267 | +#include <asm-i386/vic.h> | 
|---|
|  | 2268 | +#endif | 
|---|
|  | 2269 | + | 
|---|
|  | 2270 | +#endif /* __STUB__VIC_H__ */ | 
|---|
|  | 2271 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vm86.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vm86.h | 
|---|
|  | 2272 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vm86.h   1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2273 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vm86.h        2005-06-25 19:56:23.000000000 +0000 | 
|---|
|  | 2274 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2275 | +#ifndef __STUB__VM86_H__ | 
|---|
|  | 2276 | +#define __STUB__VM86_H__ | 
|---|
|  | 2277 | + | 
|---|
|  | 2278 | +#ifndef __x86_64__ | 
|---|
|  | 2279 | +#include <asm-i386/vm86.h> | 
|---|
|  | 2280 | +#endif | 
|---|
|  | 2281 | + | 
|---|
|  | 2282 | +#endif /* __STUB__VM86_H__ */ | 
|---|
|  | 2283 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/voyager.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/voyager.h | 
|---|
|  | 2284 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/voyager.h        1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2285 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/voyager.h     2005-06-25 19:56:24.000000000 +0000 | 
|---|
|  | 2286 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2287 | +#ifndef __STUB__VOYAGER_H__ | 
|---|
|  | 2288 | +#define __STUB__VOYAGER_H__ | 
|---|
|  | 2289 | + | 
|---|
|  | 2290 | +#ifndef __x86_64__ | 
|---|
|  | 2291 | +#include <asm-i386/voyager.h> | 
|---|
|  | 2292 | +#endif | 
|---|
|  | 2293 | + | 
|---|
|  | 2294 | +#endif /* __STUB__VOYAGER_H__ */ | 
|---|
|  | 2295 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vsyscall.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vsyscall.h | 
|---|
|  | 2296 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vsyscall.h       1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2297 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vsyscall.h    2005-06-25 19:55:20.000000000 +0000 | 
|---|
|  | 2298 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2299 | +#ifndef __STUB__VSYSCALL_H__ | 
|---|
|  | 2300 | +#define __STUB__VSYSCALL_H__ | 
|---|
|  | 2301 | + | 
|---|
|  | 2302 | +#ifdef __x86_64__ | 
|---|
|  | 2303 | +#include <asm-x86_64/vsyscall.h> | 
|---|
|  | 2304 | +#endif | 
|---|
|  | 2305 | + | 
|---|
|  | 2306 | +#endif /* __STUB__VSYSCALL_H__ */ | 
|---|
|  | 2307 | diff -Naur linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vsyscall32.h linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vsyscall32.h | 
|---|
|  | 2308 | --- linux-libc-headers-2.6.11.2.orig/include/asm-x86_64-biarch/vsyscall32.h     1970-01-01 00:00:00.000000000 +0000 | 
|---|
|  | 2309 | +++ linux-libc-headers-2.6.11.2/include/asm-x86_64-biarch/vsyscall32.h  2005-06-25 19:55:21.000000000 +0000 | 
|---|
|  | 2310 | @@ -0,0 +1,8 @@ | 
|---|
|  | 2311 | +#ifndef __STUB__VSYSCALL32_H__ | 
|---|
|  | 2312 | +#define __STUB__VSYSCALL32_H__ | 
|---|
|  | 2313 | + | 
|---|
|  | 2314 | +#ifdef __x86_64__ | 
|---|
|  | 2315 | +#include <asm-x86_64/vsyscall32.h> | 
|---|
|  | 2316 | +#endif | 
|---|
|  | 2317 | + | 
|---|
|  | 2318 | +#endif /* __STUB__VSYSCALL32_H__ */ | 
|---|