Skip to content
  • Arnd Bergmann's avatar
    asm-generic: add a generic uaccess.h · eed417dd
    Arnd Bergmann authored
    
    
    Based on discussions with Michal Simek and code
    from m68knommu and h8300, this version of uaccess.h
    should be usable by most architectures, by overriding
    some parts of it.
    
    Simple NOMMU architectures can use it out of
    the box, but a minimal __access_ok() should be
    added there as well.
    
    Cc: Michal Simek <monstr@monstr.eu>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    eed417dd