Opened 10 years ago
Closed 10 years ago
#11107 closed bug (fixed)
arch_vm_translation_map_is_kernel_page_accessible faults because gARMPagingMethod is not set
Reported by: | arvindsraj | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | gsoc2014 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | arm |
Description
When dropping into KDL, arch_vm_translation_map_is_kernel_page_accessible faults because gARMPagingMethod is NULL. This was fixed for x86 in commit 428b9e758c30a95154f5ad0d974894ef9ae133d6 and the same fix has been applied for ARM in the patch.
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | Check-if-gARMPagingMethod-is-null.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
Component: | - General → System/Kernel |
---|---|
Keywords: | gsoc2014 added; gsco2014 removed |
Owner: | changed from | to
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev47650.