At least the floppy.h thing is already fixed.
The pte_user fix is not needed. The correct fix is to change the
#ifdef mm/memory.c checks for. It's broken for most/all
architecture which are not i386 including x86-64.
They have FIXADDR_START, but don't need this check and it's even
wrong to have it.
It should be probably just #ifdef __i386__ instead of checking
such common symbols or better just be moved into arch/i386/mm/fault.c
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/