]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Removed inclusion of asm/system.h
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Dec 2001 16:43:20 +0000 (16:43 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Dec 2001 16:43:20 +0000 (16:43 +0000)
src/pcm/atomic.h
src/pcm/pcm_local.h

index 9698d552dea6c314fdbe345e75becc5af4263bae..193c6b82768ca4f94ff1594f085de8b9cfe35aea 100644 (file)
@@ -18,7 +18,7 @@
  *
  */
 
-#include <asm/system.h>
+#include "iatomic.h"
 
 /* Max number of times we must spin on a spinlock calling sched_yield().
    After MAX_SPIN_COUNT iterations, we put the calling thread to sleep. */
index dcea9575ce5aca2f953bf4217399ee0d02e45784..23ae80e03ed73e1aed1e14a54be31260797ae710 100644 (file)
@@ -24,7 +24,6 @@
 #include <stdlib.h>
 #include <limits.h>
 #include <sys/uio.h>
-#include <asm/system.h>
 
 #define _snd_pcm_access_mask _snd_mask
 #define _snd_pcm_format_mask _snd_mask