diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-08 22:11:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-08 22:11:40 +0000 |
commit | 6d9366534dc066a3f291dba7a1d1dba88c425af6 (patch) | |
tree | 477a6306be77481d9e82424b5c6a88bc433ee434 /sys/arch | |
parent | 8d22bf05228451a53662d33609c73233c55aa864 (diff) |
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) |