https://github.com/torvalds/linux
Revision 4e54bdaa9cf55d7e74409ea288b705c144b2627e authored by KAMEZAWA Hiroyuki on 27 August 2006, 08:23:55 UTC, committed by Linus Torvalds on 27 August 2006, 18:01:32 UTC
  In file included from include/asm/mmzone.h:18,
                   from include/linux/mmzone.h:439,
  <snip>
  include/asm/srat.h:31:2: error: #error CONFIG_ACPI_SRAT not defined, and srat.h header has been included
  make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1

This can happen with CONFIG_NUMA && !CONFIG_ACPI && !CONFIG_X86_NUMAQ

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 0d673a5
Raw File
Tip revision: 4e54bdaa9cf55d7e74409ea288b705c144b2627e authored by KAMEZAWA Hiroyuki on 27 August 2006, 08:23:55 UTC
[PATCH] CONFIG_ACPI_SRAT NUMA build fix
Tip revision: 4e54bda
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top