android_kernel_xiaomi_sm7250/include/asm-um
Paolo 'Blaisorblade' Giarrusso 72e5525765 [PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages
Olaf Hering <olh@suse.de>

Olaf reported UML doesn't build for him with a clear analisys of what happened
- we're using NR_CPUS in files linked against glibc headers.  Seems like it
defines CONFIG_SMP but not CONFIG_NR_CPUS, so we get CONFIG_NR_CPUS
undeclared.

The fix is to move the declaration away from that header file and move it in
asm-um headers, and to add that header where needed.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-01 08:53:23 -08:00
..
a.out.h
apic.h
archparam-i386.h
archparam-ppc.h
archparam-x86_64.h
atomic.h
auxvec.h
bitops.h
boot.h
bug.h
bugs.h
byteorder.h
cache.h
cacheflush.h
calling.h
checksum.h
cobalt.h
common.lds.S
cpufeature.h
cputime.h
current.h
delay.h
desc.h
div64.h
dma-mapping.h
dma.h
dwarf2.h
elf-i386.h
elf-ppc.h
elf-x86_64.h
emergency-restart.h
errno.h
fcntl.h
fixmap.h
floppy.h
futex.h
hardirq.h
highmem.h
hw_irq.h
ide.h
io.h [PATCH] uml: add __raw_writel definition 2006-01-18 19:20:18 -08:00
ioctl.h
ioctls.h
ipc.h
ipcbuf.h
irq_vectors.h
irq.h
keyboard.h
kmap_types.h
ldt-i386.h
ldt-x86_64.h [PATCH] uml: skas0-hold-own-ldt fixups for x86-64 2006-02-01 08:53:23 -08:00
linkage.h
local.h
locks.h
mca_dma.h
mman.h
mmu_context.h
mmu.h
module-generic.h
module-i386.h
module-x86_64.h
msgbuf.h
mtrr.h
mutex.h
namei.h
page_offset.h
page.h
param.h
pci.h
pda.h
percpu.h
pgalloc.h
pgtable-2level.h
pgtable-3level.h
pgtable.h
poll.h
posix_types.h
prctl.h
processor-generic.h
processor-i386.h
processor-ppc.h
processor-x86_64.h
ptrace-generic.h
ptrace-i386.h
ptrace-x86_64.h
resource.h
rwlock.h
rwsem.h
scatterlist.h
sections.h
segment.h
semaphore.h
sembuf.h
serial.h
setup.h
shmbuf.h
shmparam.h
sigcontext-generic.h
sigcontext-i386.h
sigcontext-ppc.h
sigcontext-x86_64.h
siginfo.h
signal.h
smp.h [PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages 2006-02-01 08:53:23 -08:00
socket.h
sockios.h
spinlock_types.h
spinlock.h
stat.h
statfs.h
string.h
suspend.h
system-generic.h
system-i386.h
system-ppc.h
system-x86_64.h
termbits.h
termios.h
thread_info.h [PATCH] uml: add TIF_RESTORE_SIGMASK support 2006-01-18 19:20:30 -08:00
timex.h
tlb.h
tlbflush.h
topology.h
types.h
uaccess.h
ucontext.h
unaligned.h
unistd.h [PATCH] uml: use generic sys_rt_sigsuspend 2006-01-18 19:20:30 -08:00
user.h
vga.h
vm86.h
vm-flags-i386.h
vm-flags-x86_64.h
xor.h