Loading drivers/tee/optee/call.c +1 −1 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ static bool is_normal_memory(pgprot_t p) #elif defined(CONFIG_ARM64) return (pgprot_val(p) & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL); #else #error "Unuspported architecture" #error "Unsupported architecture" #endif } Loading Loading
drivers/tee/optee/call.c +1 −1 Original line number Diff line number Diff line Loading @@ -488,7 +488,7 @@ static bool is_normal_memory(pgprot_t p) #elif defined(CONFIG_ARM64) return (pgprot_val(p) & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL); #else #error "Unuspported architecture" #error "Unsupported architecture" #endif } Loading