git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f17402
)
arm64: Clean up the initial page table creation in head.S
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 16 Jul 2014 11:10:33 +0000
(12:10 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 23 Jul 2014 14:28:01 +0000
(15:28 +0100)
This patch adds a create_table_entry macro which is used to populate pgd
and pud entries, also reducing the number of arguments for
create_pgd_entry.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Jungseok Lee <jungseoklee85@gmail.com>
No differences found