[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1286218615-24011-1-git-send-email-ddaney@caviumnetworks.com>
Date: Mon, 4 Oct 2010 11:56:53 -0700
From: David Daney <ddaney@...iumnetworks.com>
To: linux-mips@...ux-mips.org, ralf@...ux-mips.org,
linux-kernel@...r.kernel.org, rostedt@...dmis.org,
jbaron@...hat.com
Cc: David Daney <ddaney@...iumnetworks.com>,
David Miller <davem@...emloft.net>
Subject: [PATCH v2 0/2] jump label: Add MIPS architecture support.
v2: Make arch_jump_label_text_poke_early() optional. As pointed out
by Rabin Vincent, the MIPS NOP is already optimal and does not need to
be replaced at boot time. It is possible that SPARC should leave
arch_jump_label_text_poke_early() unimplementd, but I leave that work
for others as I cannot test it.
v1: Add MIPS jump label support.
David Daney (2):
jump label: Make arch_jump_label_text_poke_early() optional
jump label: Add MIPS support.
arch/mips/Kconfig | 1 +
arch/mips/include/asm/jump_label.h | 48 +++++++++++++++++++++++++++++++++
arch/mips/kernel/Makefile | 3 +-
arch/mips/kernel/jump_label.c | 50 +++++++++++++++++++++++++++++++++++
arch/mips/kernel/module.c | 5 +++
arch/sparc/include/asm/jump_label.h | 1 +
arch/x86/include/asm/jump_label.h | 1 +
include/linux/jump_label.h | 6 ++++
8 files changed, 114 insertions(+), 1 deletions(-)
create mode 100644 arch/mips/include/asm/jump_label.h
create mode 100644 arch/mips/kernel/jump_label.c
Cc: David Miller <davem@...emloft.net>
--
1.7.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists