projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f75a5
)
powerpc/ps3: Correct lv1 repository routine names
author
Geoff Levand
<geoff@infradead.org>
Sun, 1 Apr 2012 00:56:44 +0000
(17:56 -0700)
committer
Geoff Levand
<geoff@infradead.org>
Tue, 24 Apr 2012 22:34:16 +0000
(15:34 -0700)
Rename these repo routines:
modify_repository_node_value => write_repository_node
remove_repository_node => delete_repository_node
Signed-off-by: Geoff Levand <geoff@infradead.org>
arch/powerpc/include/asm/lv1call.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/include/asm/lv1call.h
b/arch/powerpc/include/asm/lv1call.h
index 233f9ecae7616462acba110cef032904dfed8d27..f5117674bf92b1b1a10975dbd663cfddd5931f7f 100644
(file)
--- a/
arch/powerpc/include/asm/lv1call.h
+++ b/
arch/powerpc/include/asm/lv1call.h
@@
-265,8
+265,8
@@
LV1_CALL(get_spe_irq_outlet, 2, 1, 78 )
LV1_CALL(set_spe_privilege_state_area_1_register, 3, 0, 79 )
LV1_CALL(create_repository_node, 6, 0, 90 )
LV1_CALL(read_repository_node, 5, 2, 91 )
-LV1_CALL(
modify_repository_node_value,
6, 0, 92 )
-LV1_CALL(
remov
e_repository_node, 4, 0, 93 )
+LV1_CALL(
write_repository_node,
6, 0, 92 )
+LV1_CALL(
delet
e_repository_node, 4, 0, 93 )
LV1_CALL(read_htab_entries, 2, 5, 95 )
LV1_CALL(set_dabr, 2, 0, 96 )
LV1_CALL(get_total_execution_time, 2, 1, 103 )