From 9832e1b57e1c4cd370f547b1aa30825eae00c7a4 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 2 Jun 2006 03:10:54 +0000 Subject: [PATCH] update ltt-usertrace git-svn-id: http://ltt.polymtl.ca/svn@1871 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-usertrace/ltt/ltt-usertrace-ppc.h | 2 -- tests/kernel/Makefile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ltt-usertrace/ltt/ltt-usertrace-ppc.h b/ltt-usertrace/ltt/ltt-usertrace-ppc.h index 1261a83f..015365ea 100644 --- a/ltt-usertrace/ltt/ltt-usertrace-ppc.h +++ b/ltt-usertrace/ltt/ltt-usertrace-ppc.h @@ -11,7 +11,6 @@ xchg_u32(volatile void *p, unsigned long val) __asm__ __volatile__ ("\n\ 1: lwarx %0,0,%2 \n" - PPC405_ERR77(0,%2) " stwcx. %3,0,%2 \n\ bne- 1b" : "=&r" (prev), "=m" (*(volatile unsigned long *)p) @@ -63,7 +62,6 @@ __cmpxchg_u32(volatile unsigned int *p, unsigned int old, unsigned int new) 1: lwarx %0,0,%2 \n\ cmpw 0,%0,%3 \n\ bne 2f \n" - PPC405_ERR77(0,%2) " stwcx. %4,0,%2 \n\ bne- 1b\n" #ifdef CONFIG_SMP diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index b34a3990..b0a5bb43 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -2,6 +2,7 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_LTT),) obj-m += ltt-facility-loader-tests.o obj-m += test-time-probe.o + obj-m += test-time-probe2.o obj-m += test-instrument-size-small.o obj-m += test-instrument-size-med.o obj-m += test-instrument-size-big.o -- 2.34.1