From 9a90cd40c6e510484e018afd087a4c239b616ee0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 1 Dec 2003 22:40:26 +0000 Subject: fix __sparc_v9__ test to exclude linux (bug 852204) --- src/mesa/sparc/clip.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa/sparc/clip.S') diff --git a/src/mesa/sparc/clip.S b/src/mesa/sparc/clip.S index a569428136..fc5c677ee4 100644 --- a/src/mesa/sparc/clip.S +++ b/src/mesa/sparc/clip.S @@ -1,6 +1,8 @@ -/* $Id: clip.S,v 1.1 2001/05/23 14:27:03 brianp Exp $ */ +/* + * Clip testing in SPARC assembly + */ -#ifdef __sparc_v9__ +#if defined(__sparc_v9__) && !defined(__linux__) #define LDPTR ldx #define V4F_DATA 0x00 #define V4F_START 0x08 -- cgit v1.2.3