xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 18bbe371abc9131db0bf312bb8d451638846b67b
parent 9946b51c909edc0e79529971d104282dcdc77814
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat,  4 Jan 2014 16:29:46 -0800

re-enable SMP in 64bit mode

Diffstat:
Mkernel/mp.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/kernel/mp.c b/kernel/mp.c @@ -139,9 +139,6 @@ mpinit(void) ismp = 0; } } -#if X64 -ismp = 0; // disable for now -#endif if(!ismp){ // Didn't like what we found; fall back to no MP. ncpu = 1;