From a4b213cf49cccc8287e638badaac10d0521d5886 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 15 Aug 2011 20:11:13 -0400 Subject: Avoid "boot" in xv6 --- mp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp.c') diff --git a/mp.c b/mp.c index d2791ea..5b52a98 100644 --- a/mp.c +++ b/mp.c @@ -1,4 +1,4 @@ -// Multiprocessor bootstrap. +// Multiprocessor support // Search memory for MP description structures. // http://developer.intel.com/design/pentium/datashts/24201606.pdf -- cgit v1.2.3