From 030a47736fbb0febddce2647e5a80b98ca409695 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 31 May 2009 00:39:17 +0000 Subject: tab police --- lapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lapic.c') diff --git a/lapic.c b/lapic.c index f64f54b..19c5b4b 100644 --- a/lapic.c +++ b/lapic.c @@ -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 -- cgit v1.2.3