Update of /cvsroot/linuxconsole/ruby/ruby-2.6/arch/i386/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv30919/ruby-2.6/arch/i386/kernel
Added Files:
setup.c
Log Message:
Synced to 2.6.0-test3
--- NEW FILE: setup.c ---
/*
* linux/arch/i386/kernel/setup.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*
* Memory region support
* David Parsons <or...@pe...>, July-August 1999
*
* Added E820 sanitization routine (removes overlapping memory regions);
* Brian Moyle <bm...@mv...>, February 2001
*
* Moved CPU detection code to cpu/${cpu}.c
* Patrick Mochel <mo...@os...>, March 2002
*
* Provisions for empty E820 memory regions (reported by certain BIOSes).
* Alex Achenbach <xe...@sl...>, December 2002.
*
[...967 lines suppressed...]
#ifdef CONFIG_X86_LOCAL_APIC
if (smp_found_config)
get_smp_config();
#endif
#ifdef CONFIG_X86_SUMMIT
setup_summit();
#endif
register_memory(max_low_pfn);
}
#include "setup_arch_post.h"
/*
* Local Variables:
* mode:c
* c-file-style:"k&r"
* c-basic-offset:8
* End:
*/
|