patch-2.2.16 linux/arch/alpha/boot/bootp.c
Next file: linux/arch/alpha/boot/main.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/alpha/boot/bootp.c
- Orig date:
Mon Aug 9 12:04:38 1999
diff -urN v2.2.15/linux/arch/alpha/boot/bootp.c linux/arch/alpha/boot/bootp.c
@@ -171,8 +171,7 @@
srm_printk("Initrd positioned at %#lx\n", initrd_start);
#endif
- nbytes = srm_dispatch(CCB_GET_ENV, ENV_BOOTED_OSFLAGS,
- envval, sizeof(envval));
+ nbytes = callback_getenv(ENV_BOOTED_OSFLAGS, envval, sizeof(envval));
if (nbytes < 0 || nbytes >= sizeof(envval)) {
nbytes = 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)