OSDN Git Service

powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 21 Apr 2015 14:40:26 +0000 (20:10 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Apr 2015 07:42:14 +0000 (17:42 +1000)
commit2e826695d87c2d213def07bc344ae97d88384f62
tree33cb0c0af9d67f3add4f943015770ac41c09172f
parenta7e73e711e48e138a25265c156cca9a1ed109b50
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled

This fix the below build error

arch/powerpc/mm/hash_utils_64.c: In function ‘flush_hash_hugepage’:
arch/powerpc/mm/hash_utils_64.c:1381:1: error: label at end of compound statement
 tm_abort:
 ^
make[1]: *** [arch/powerpc/mm/hash_utils_64.o] Error 1

Reported-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/hash_utils_64.c