lkml.org 
[lkml]   [1997]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Fixed, fixed, and fixed
Date
> Fixes the previously posted problem with smp_lock.h __asm__ code... just don't
> version those two symbols.

That is not the correct solution. This is. Ah the joy
of ISO expansion rules.


r~



--- smp_lock.h.orig Sun May 4 23:24:09 1997
+++ smp_lock.h Sun May 4 23:24:24 1997
@@ -1,7 +1,8 @@
#ifndef __I386_SMPLOCK_H
#define __I386_SMPLOCK_H

-#define __STR(x) #x
+#define __STR1(x) #x
+#define __STR(x) __STR1(x)

#ifndef __SMP__

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.035 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site