diff options
Diffstat (limited to 'sys/src/9/boot/boot.c')
-rw-r--r-- | sys/src/9/boot/boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/boot/boot.c b/sys/src/9/boot/boot.c index 5d876fa34..35cd482da 100644 --- a/sys/src/9/boot/boot.c +++ b/sys/src/9/boot/boot.c @@ -35,7 +35,6 @@ boot(int argc, char *argv[]) readfile("#e/cputype", cputype, sizeof(cputype)); setenv("bootdisk", bootdisk, 0); - setenv("cpuflag", cpuflag ? "1" : "0", 0); /* setup the boot namespace */ bind("/boot", "/bin", MAFTER); |