Changes to includes for VM, IOPL, logging. Increased _NR_PROCS, CLICK_SIZE is

now 4096.
This commit is contained in:
Philip Homburg
2005-09-30 12:47:03 +00:00
parent 5f7b803dcd
commit 31c1d6bf0d
6 changed files with 45 additions and 4 deletions

View File

@@ -72,8 +72,8 @@
/* Memory is allocated in clicks. */
#if (CHIP == INTEL)
#define CLICK_SIZE 1024 /* unit in which memory is allocated */
#define CLICK_SHIFT 10 /* log2 of CLICK_SIZE */
#define CLICK_SIZE 4096 /* unit in which memory is allocated */
#define CLICK_SHIFT 12 /* log2 of CLICK_SIZE */
#endif
#if (CHIP == SPARC) || (CHIP == M68000)