fs/pxe: drop the use of PKTBUF_SEG
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 03:16:34 +0000 (19:16 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 03:16:34 +0000 (19:16 -0800)
commit3f9303340d5e27328c0938e3f9b116154efd2efd
tree051f37e02dd3a8e59c63192a70b58ac0ad8fcad5
parent3842a4e73f1a6fa2248c0d3939ca804be7e44895
fs/pxe: drop the use of PKTBUF_SEG

Drop the use of a magic PKTBUF_SEG, and instead just have a high
memory buffer for each file, and a single lowmem buffer that we reuse
at will.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/pxe/pxe.c
core/fs/pxe/pxe.h
core/pxelinux.asm