kernel_optimize_test/arch/powerpc
Timur Tabi 3b588c7efc powerpc/epapr: add "memory" as a clobber to all hypercalls
The "memory" clobber tells the compiler to ensure that all writes to memory
are committed before the hypercall is made.

"memory" is only necessary for hcalls where the Hypervisor will read or
write guest memory. However, we add it to all hcalls because the impact is
minimal, and we want to ensure that it's present for the hcalls that need
it.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2012-03-29 08:14:14 -05:00
..
boot powerpc/85xx: add the P1020UTM-PC DTS support 2012-03-29 08:14:11 -05:00
configs powerpc/85xx: Enable I2C_CHARDEV and I2C_MPC options in defconfigs 2012-03-29 08:14:13 -05:00
include/asm powerpc/epapr: add "memory" as a clobber to all hypercalls 2012-03-29 08:14:14 -05:00
kernel powerpc+sparc/vio: Modernize driver registration 2012-03-28 11:33:24 +11:00
kvm
lib
math-emu
mm
net
oprofile
perf powerpc/perf: Fix instruction address sampling on 970 and Power4 2012-03-28 11:33:24 +11:00
platforms powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h 2012-03-29 08:14:07 -05:00
sysdev
xmon The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
Kconfig
Kconfig.debug
Makefile
relocs_check.pl