core: clean up the call to disk_init() syslinux-4.00-pre8
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Dec 2009 20:42:20 +0000 (12:42 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Dec 2009 20:42:20 +0000 (12:42 -0800)
commitdeaba0fefcfa67b4bf85892cf315458613c130b7
tree829462b36a8f799ef987514ca65b494d571f7ffc
parentd9e119a079c8864935b731b8b28568388cd5097b
core: clean up the call to disk_init()

Move direct references to registers up as far as possible to make the
code easier to read.

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