diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-03-09 13:44:53 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-03-09 13:44:53 +0000 |
| commit | 60fe99457c7408725712d8411177f3808553e28c (patch) | |
| tree | 4a9c48eee7a74a87b594f524d572ab1aa287511c | |
| parent | 211bfbd228c9f201758c80024feadd909dbd313b (diff) | |
Notes
| -rw-r--r-- | sys/ia64/ia64/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 08452ca5574d..9dde5419a583 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -562,8 +562,7 @@ ia64_init() } /* - * Initialize the virtual memory system, and set the - * page table base register in proc 0's PCB. + * Initialize the virtual memory system. */ pmap_bootstrap(); |
