diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-24 22:20:34 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-24 22:20:34 +0000 |
commit | d9a0dc0f4bcf7d5ac6f5316f003783365d410075 (patch) | |
tree | a7dd0cba27396504d195411c153329ec1daef51a /sys/arch/arm | |
parent | 32356993b1ac13df40ffc6361a209ad088fb166f (diff) |
Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G).
ok drahn@
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/arm32_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/arm32_machdep.c b/sys/arch/arm/arm/arm32_machdep.c index 1a80689b9b5..1dff2ceab09 100644 --- a/sys/arch/arm/arm/arm32_machdep.c +++ b/sys/arch/arm/arm/arm32_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arm32_machdep.c,v 1.6 2005/01/21 16:22:32 miod Exp $ */ +/* $OpenBSD: arm32_machdep.c,v 1.7 2005/01/24 22:20:32 uwe Exp $ */ /* $NetBSD: arm32_machdep.c,v 1.42 2003/12/30 12:33:15 pk Exp $ */ /* @@ -525,7 +525,7 @@ SYSCTL_SETUP(sysctl_machdep_setup, "sysctl machdep subtree setup") } #endif -#if 0 +#if 1 void parse_mi_bootargs(args) char *args; |