[PATCH v7 0/7] Optimize jump label implementation for ARM64

2013-12-22 Thread Jiang Liu
This patchset tries to optimize arch specfic jump label implementation for ARM64 by dynamic kernel text patching. To enable this feature, your toolchain must support "asm goto" extension and "%c" constraint extesion. Current GCC for AARCH64 doesn't support "%c", and there's a patch for it now:

[PATCH v7 0/7] Optimize jump label implementation for ARM64

2013-12-22 Thread Jiang Liu
This patchset tries to optimize arch specfic jump label implementation for ARM64 by dynamic kernel text patching. To enable this feature, your toolchain must support asm goto extension and %c constraint extesion. Current GCC for AARCH64 doesn't support %c, and there's a patch for it now: