• Roland McGrath's avatar
    x86: x86 i387 user_regset · 44210111
    Roland McGrath authored
    This revamps the i387 code to be shared across 32-bit, 64-bit,
    and 32-on-64.  It does so by consolidating the code in one place
    based on the user_regset accessor interfaces.  This switches
    32-bit to using the i387_64.h header and 64-bit to using the
    i387.c that was previously i387_32.c, but that's what took the
    least cleanup in each file.  Here i387.h is stubbed to always
    include i387_64.h rather than renaming the file, to keep this
    diff smaller and easier to read.
    Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    44210111
i387.c 13.3 KB