[PATCH RFC 8/8] jump_label: drop default arch_jump_label_transform_early

From: Jeremy Fitzhardinge
Date: Thu Sep 29 2011 - 19:27:53 EST


From: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
---
kernel/jump_label.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 54e8e2d..3010bcf 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -121,15 +121,6 @@ static void __jump_label_update(struct jump_label_key *key,
}
}

-/*
- * Not all archs need this.
- */
-void __weak arch_jump_label_transform_early(struct jump_entry *entry,
- enum jump_label_type type)
-{
- arch_jump_label_transform(entry, type);
-}
-
static __init int jump_label_init(void)
{
struct jump_entry *iter_start = __start___jump_table;
--
1.7.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/