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:
756854d
)
arm64: kernel: add __init marker to PSCI init functions
author
Lorenzo Pieralisi
<Lorenzo.Pieralisi@arm.com>
Thu, 17 Jul 2014 17:19:19 +0000
(18:19 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 18 Jul 2014 14:23:45 +0000
(15:23 +0100)
PSCI init functions must be marked as __init so that they are freed
by the kernel upon boot.
This patch marks the PSCI init functions as such since they need not
be persistent in the kernel address space after the kernel has booted.
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/psci.c
patch
|
blob
|
history
diff --cc
arch/arm64/kernel/psci.c
Simple merge