From 015366de85f2c91ca990b388dd0c0c0dc038cc5f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 16 Apr 2010 00:11:43 +0200 Subject: [PATCH] --- yaml --- r: 197775 b: refs/heads/master c: 56db45a5cd06e3a6a7823a8cd7541e6bafe8427b h: refs/heads/master i: 197773: cbca426636a9464169c76db27ad577d9be942836 197771: 798976f3c912413f7a8e1997fc766795ce315471 197767: fb8431eca991b3cfbf5813cfe0e917bc02546c9f 197759: 3b4ec2f06b8ed26c5fd6cd2ef7783b17744e4fe5 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/asm/asm-compat.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f72572d41fbe..838ac7ca28be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00c3a37ca332f54f2187720e51f7c0e18e91d7c9 +refs/heads/master: 56db45a5cd06e3a6a7823a8cd7541e6bafe8427b diff --git a/trunk/arch/powerpc/include/asm/asm-compat.h b/trunk/arch/powerpc/include/asm/asm-compat.h index a9b91ed3d4b9..2048a6aeea91 100644 --- a/trunk/arch/powerpc/include/asm/asm-compat.h +++ b/trunk/arch/powerpc/include/asm/asm-compat.h @@ -21,6 +21,7 @@ /* operations for longs and pointers */ #define PPC_LL stringify_in_c(ld) #define PPC_STL stringify_in_c(std) +#define PPC_STLU stringify_in_c(stdu) #define PPC_LCMPI stringify_in_c(cmpdi) #define PPC_LONG stringify_in_c(.llong) #define PPC_LONG_ALIGN stringify_in_c(.balign 8) @@ -44,6 +45,7 @@ /* operations for longs and pointers */ #define PPC_LL stringify_in_c(lwz) #define PPC_STL stringify_in_c(stw) +#define PPC_STLU stringify_in_c(stwu) #define PPC_LCMPI stringify_in_c(cmpwi) #define PPC_LONG stringify_in_c(.long) #define PPC_LONG_ALIGN stringify_in_c(.balign 4)