diff options
author | Frans Kaashoek <[email protected]> | 2011-08-11 12:25:10 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2011-08-11 12:25:10 -0400 |
commit | bd71a45046eb13797284216c43353b9b6c92f18c (patch) | |
tree | d8dd23644bd69d3abd91daf688998b2a9b0df1d4 /lapic.c | |
parent | 673b739d314b77532f0c60d0eaed4b518b912694 (diff) | |
download | xv6-labs-bd71a45046eb13797284216c43353b9b6c92f18c.tar.gz xv6-labs-bd71a45046eb13797284216c43353b9b6c92f18c.tar.bz2 xv6-labs-bd71a45046eb13797284216c43353b9b6c92f18c.zip |
Make AP processors boot using bootpgdir
Remove device mapping from bootpgdir
Remove unnecessary vmenable
Set CPUS back to 2 in Makefile
Passes all usertests
Diffstat (limited to 'lapic.c')
-rw-r--r-- | lapic.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ lapicw(int index, int value) void lapicinit(int c) { - cprintf("lapicinit: %d 0x%x\n", c, lapic); if(!lapic) return; |