• S
    malta: Use symbolic hardware addresses · 03a1a8e1
    Stefan Weil 提交于
    The patch adds definitions of some hardware addresses and uses these
    definitions.
    
    It also replaces the type of all addresses from signed to unsigned values.
    This is only a cosmetic change because addresses are unsigned values,
    the functions called also expect unsigned values,
    and we need no sign extension here.
    Signed-off-by: NStefan Weil <sw@weilnetz.de>
    03a1a8e1
mips_malta.c 33.5 KB