CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/03/28 06:08:49
Modified files:
sys/arch/i386/i386: bios.c
sys/arch/amd64/amd64: bios.c
Log message:
Properly initialize variable instead of just ORing in bits into random garbage.
Shouldn't change the behaviour since only the ORed in bits are checked later,
but it makes the code clearer and should shut up the clang static analyser.
ok krw@
