From 7baa34a421e4c970ee90c2537ceacd7230f2474e Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 21 Jun 2006 01:53:07 +0000 Subject: start on MP; detect MP configuration --- memlayout.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 memlayout.h (limited to 'memlayout.h') diff --git a/memlayout.h b/memlayout.h new file mode 100644 index 0000000..a33f347 --- /dev/null +++ b/memlayout.h @@ -0,0 +1,3 @@ +#define EXTPHYSMEM 0x100000 + +#define KADDR(a) ((void *) a) -- cgit v1.2.3