• Thomas Gleixner's avatar
    x86: unify include/asm/floppy_32/64.h · b515e476
    Thomas Gleixner authored
    Same file, except for whitespace, comment formatting and:
    
    32-bit: if((unsigned int) addr >= (unsigned int) high_memory)
    64-bit: if((unsigned long) addr >= (unsigned long) high_memory)
    
    where the latter can be used safely for both.
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    
    Conflicts:
    	include/asm-x86/floppy_32.h
    	include/asm-x86/floppy_64.h
    b515e476
floppy.h 6.4 KB