File:  [GnuMach] / OSKit-Mach / bogus / cpus.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Sep 2 04:55:50 2020 UTC (5 years, 10 months ago) by root
Branches: MAIN, GNU
CVS tags: HEAD, Final-Commit
GNU OSKit-Mach

/* This file replaces the old <cpus.h> with something based
   on the new <config.h> that is generated by configure.  */

#include <config.h>

/* That should have defined NCPUS.  */
#if NCPUS-0 == 1
#undef MULTIPROCESSOR
#elif NCPUS-0 > 1
#define MULTIPROCESSOR 1
#else
# error "bogus value for NCPUS:" NCPUS
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.