]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[init] Remove concept of "shutdown exit flags"
authorMichael Brown <mcb30@ipxe.org>
Thu, 27 Jan 2011 20:35:48 +0000 (20:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 Jan 2011 20:40:26 +0000 (20:40 +0000)
commit962cada830e9b0ce7049a59bef4c33ab01c6161e
tree057160b6a5f46e3e099166102f3a91b393d35103
parent35a50399a5881360303c0ed2d49918a660dd727d
[init] Remove concept of "shutdown exit flags"

Remove the concept of shutdown exit flags, and replace it with a
counter used to keep track of exposed interfaces that require devices
to remain active.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
17 files changed:
src/arch/i386/drivers/net/undionly.c
src/arch/i386/image/bzimage.c
src/arch/i386/image/elfboot.c
src/arch/i386/image/multiboot.c
src/arch/i386/image/nbi.c
src/arch/i386/interface/pcbios/int13.c
src/arch/i386/interface/pxe/pxe_call.c
src/arch/i386/interface/pxe/pxe_preboot.c
src/arch/i386/interface/syslinux/comboot_call.c
src/core/device.c
src/core/main.c
src/drivers/net/efi/snponly.c
src/image/efi_image.c
src/include/ipxe/device.h
src/include/ipxe/init.h
src/include/usr/autoboot.h
src/usr/autoboot.c