opendir: remove unnecessary buffer pointer
authorH. Peter Anvin <hpa@zytor.com>
Thu, 25 Feb 2010 06:16:24 +0000 (22:16 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Feb 2010 06:16:24 +0000 (22:16 -0800)
We don't need to abuse the InitRD buffer anymore.

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

index 7350d33..9537fc0 100644 (file)
@@ -913,7 +913,6 @@ comapi_opendir      equ comapi_err
 comapi_opendir:
                mov es,P_ES
                mov si,P_SI
-               mov di,InitRD
                pm_call opendir
                jz comapi_err   ; Didn't find a directory
                cmp eax,0