diff options
author | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2008-09-10 16:34:44 -0700 |
---|---|---|
committer | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2008-09-10 16:34:44 -0700 |
commit | f6f4cb8ada400367a1921f6b93fb9e02f53ac5e6 (patch) | |
tree | 0d50c0ea35c53889f3dc935d66724e8278cd2fa7 /usr/src/grub | |
parent | d1d2228c6cf3ec632d28262810ab7902932a5d33 (diff) | |
download | illumos-gate-f6f4cb8ada400367a1921f6b93fb9e02f53ac5e6.tar.gz |
6471548 Solaris GRUB, multiboot, kernel too restrictive about amd64 capable platforms.
Diffstat (limited to 'usr/src/grub')
-rw-r--r-- | usr/src/grub/grub-0.95/stage2/builtins.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/grub/grub-0.95/stage2/builtins.c b/usr/src/grub/grub-0.95/stage2/builtins.c index 1b59565547..829b68c573 100644 --- a/usr/src/grub/grub-0.95/stage2/builtins.c +++ b/usr/src/grub/grub-0.95/stage2/builtins.c @@ -21,7 +21,6 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* Include stdio.h before shared.h, because we can't define WITHOUT_LIBC_STUBS here. */ @@ -3042,11 +3041,6 @@ amd64_config_cpu(void) isamd64--; } - if (!BITX(stdfeatures, 17, 17)) { - grub_printf("amd64: CPU does NOT support PSE\n"); - isamd64--; - } - if (!BITX(stdfeatures, 19, 19)) { grub_printf("amd64: CPU does NOT support CLFSH\n"); isamd64--; |