]> sourceware.org Git - systemtap.git/commitdiff
Fix 3-way merge result.
authorStan Cox <scox@redhat.com>
Thu, 10 Jun 2010 13:49:05 +0000 (09:49 -0400)
committerStan Cox <scox@redhat.com>
Thu, 10 Jun 2010 13:49:05 +0000 (09:49 -0400)
* sdt.h: Remove extra hunk from merge.

includes/sys/sdt.h

index 18c26d8e261174106b29043392e5c905f353c60e..d3b000e37bb4848ceb3e0aeda4c88589c7e9db05 100644 (file)
@@ -54,12 +54,6 @@ typedef struct
    on having a writable .probes section to put the enabled variables in. */
 #define ALLOCSEC "\"aw\""
 
-/* The asm operand string stap_sdt_probe_entry_v2.arg_string
-   is currently only supported for x86 */
-#if ! defined __x86_64__ && ! defined __i386__
-#define STAP_SDT_V1 1
-#endif
-
 #define STAP_SEMAPHORE(provider,probe)
 #ifdef STAP_SDT_IMPLICIT_ENABLED /* allow users to override */
  #if defined STAP_HAS_SEMAPHORES
This page took 0.028002 seconds and 5 git commands to generate.