• Arnd Bergmann's avatar
    sparc64: remove CONFIG_SET_FS support · a5ad8378
    Arnd Bergmann authored
    sparc64 uses address space identifiers to differentiate between kernel
    and user space, using ASI_P for kernel threads but ASI_AIUS for normal
    user space, with the option of changing between them.
    
    As nothing really changes the ASI any more, just hardcode ASI_AIUS
    everywhere. Kernel threads are not allowed to access __user pointers
    anyway.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    a5ad8378
uaccess_64.h 7.68 KB