diff options
author | rsc <rsc> | 2009-05-31 00:39:17 +0000 |
---|---|---|
committer | rsc <rsc> | 2009-05-31 00:39:17 +0000 |
commit | 030a47736fbb0febddce2647e5a80b98ca409695 (patch) | |
tree | d0f3eb8b17b065f05747d198c386c8456c4111de /lapic.c | |
parent | 215738336aec0d5118a90a79d380c41910f6ee4b (diff) | |
download | xv6-labs-030a47736fbb0febddce2647e5a80b98ca409695.tar.gz xv6-labs-030a47736fbb0febddce2647e5a80b98ca409695.tar.bz2 xv6-labs-030a47736fbb0febddce2647e5a80b98ca409695.zip |
tab police
Diffstat (limited to 'lapic.c')
-rw-r--r-- | lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ lapicstartap(uchar apicid, uint addr) lapicw(ICRLO, INIT | LEVEL | ASSERT); microdelay(200); lapicw(ICRLO, INIT | LEVEL); - microdelay(100); // should be 10ms, but too slow in Bochs! + microdelay(100); // should be 10ms, but too slow in Bochs! // Send startup IPI (twice!) to enter bootstrap code. // Regular hardware is supposed to only accept a STARTUP |