diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-04-23 16:02:11 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-04-23 16:02:11 +0000 |
commit | f049ac19b0588254437c1001eacac79ca00daac4 (patch) | |
tree | d98b17571d30c5147ac7c2e7959867be576b5f56 /sys | |
parent | 807802e4fcbf071e378f83c673d21947f4618003 (diff) |
Remove obsolete comment, okay mlarkin@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/hibernate_machdep.c | 1 | ||||
-rw-r--r-- | sys/arch/i386/i386/hibernate_machdep.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/hibernate_machdep.c b/sys/arch/amd64/amd64/hibernate_machdep.c index 167f08d9fcd..1c0487e2161 100644 --- a/sys/arch/amd64/amd64/hibernate_machdep.c +++ b/sys/arch/amd64/amd64/hibernate_machdep.c @@ -79,7 +79,6 @@ get_hibernate_io_function(void) return NULL; #if NWD > 0 - /* XXX - Only support wd hibernate presently */ if (strcmp(blkname, "wd") == 0) return wd_hibernate_io; #endif diff --git a/sys/arch/i386/i386/hibernate_machdep.c b/sys/arch/i386/i386/hibernate_machdep.c index 8b8d2dd79a4..7dc15e30952 100644 --- a/sys/arch/i386/i386/hibernate_machdep.c +++ b/sys/arch/i386/i386/hibernate_machdep.c @@ -77,7 +77,6 @@ get_hibernate_io_function(void) if (blkname == NULL) return NULL; #if NWD > 0 - /* XXX - Only support wd hibernate presently */ if (strcmp(blkname, "wd") == 0) return wd_hibernate_io; #endif |