update ltt-usertrace
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Jun 2006 03:10:54 +0000 (03:10 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Jun 2006 03:10:54 +0000 (03:10 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1871 04897980-b3bd-0310-b5e0-8ef037075253

ltt-usertrace/ltt/ltt-usertrace-ppc.h
tests/kernel/Makefile

index 1261a83fb8694dc7d065d7a0bc1a51ff8b6f619a..015365eaf23e929acc657f640ef167fad05a403a 100644 (file)
@@ -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
index b34a39900fdb1438b7900ae151e9d816b763a8e3..b0a5bb43dcbdb7fd09c35023d06760889db7295d 100644 (file)
@@ -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
This page took 0.02383 seconds and 4 git commands to generate.