All of lore.kernel.org
 help / color / mirror / Atom feed
* A question about backport jump label
@ 2012-04-11  5:59 Li Yu
  0 siblings, 0 replies; only message in thread
From: Li Yu @ 2012-04-11  5:59 UTC (permalink / raw)
  To: linux-kernel

Hi,

	We want to backport jump label for 2.6.32 x86_64 kernel on
RHEL5/RHEL6. Such two systems use old versions of gcc 4.1 and 4.4,
so they have not "asm goto" support, which is required for jump label.

	I tried some ways to implement jump label without any
modification of core implementation, but all are failed.

	My tries are focus on x86's arch_static_branch() modification.
So far, I don't found out any good alternative solution of "asm
goto" in old gcc. The last try is failed since its my implementation
can't be invoked at same function multi times. The reason is GNU as does
not assign different addresses on same symbol.

	My question, is possible to implement to jump label under such
constraints? It's best to keep same interface with upstream tree.

	Any suggestions is welcome, thanks.

Yu

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-11  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11  5:59 A question about backport jump label Li Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.