diff options
| author | 2012-07-08 22:11:39 +0000 | |
|---|---|---|
| committer | 2012-07-08 22:11:39 +0000 | |
| commit | 1b5e02c5f47c8fe44fe6c10bc48e7d984c88861c (patch) | |
| tree | 02f325c04e24b667f279d8c98ee7b3bf9272c32b /sys/arch | |
| parent | To detect changes of system files, use SHA-256 rather than MD5, (diff) | |
| download | wireguard-openbsd-1b5e02c5f47c8fe44fe6c10bc48e7d984c88861c.tar.xz wireguard-openbsd-1b5e02c5f47c8fe44fe6c10bc48e7d984c88861c.zip | |
The comment above amd64_mrinit_cpu() was way too specific and wrong.
Diffstat (limited to 'sys/arch')
| -rw-r--r-- | sys/arch/amd64/amd64/amd64_mem.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/amd64_mem.c b/sys/arch/amd64/amd64/amd64_mem.c index d7c3f36e516..7cfe40a8711 100644 --- a/sys/arch/amd64/amd64/amd64_mem.c +++ b/sys/arch/amd64/amd64/amd64_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: amd64_mem.c,v 1.4 2010/03/23 19:31:18 kettenis Exp $ */ +/* $OpenBSD: amd64_mem.c,v 1.5 2012/07/08 22:11:39 deraadt Exp $ */ /*- * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * All rights reserved. @@ -609,8 +609,7 @@ amd64_mrinit(struct mem_range_softc *sc) } /* - * Initialise MTRRs on an AP after the BSP has run the init code (or - * re-initialise the MTRRs on the BSP after suspend). + * Initialise MTRRs on a cpu from the software state. */ void amd64_mrinit_cpu(struct mem_range_softc *sc) |
