arm64: Direct access to Mckernel memory from Linux.
Change-Id: I1a096aa5232c56382ae19d8c4e4f41d4e3e9f660
This commit is contained in:
committed by
Dominique Martinet
parent
20d5900c35
commit
aa3c5e91db
@@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffffffff800000; /* KERNEL_START */
|
||||
. = 0xffffff8007800000; /* KERNEL_START */
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
|
||||
@@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffffffff800000; /* KERNEL_START */
|
||||
. = 0xffff000007800000; /* KERNEL_START */
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
|
||||
@@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffffffe0000000; /* KERNEL_START */
|
||||
. = 0xfffffc0007800000; /* KERNEL_START */
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
|
||||
@@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffffffe0000000; /* KERNEL_START */
|
||||
. = 0xffff000007800000; /* KERNEL_START */
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
|
||||
Reference in New Issue
Block a user