Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11265
b: refs/heads/master
c: beb3ca8
h: refs/heads/master
i:
  11263: 64a15b2
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 911c49e commit a156589
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ee1303a787434d4994ae68d028ca025e339b434
refs/heads/master: beb3ca82fc0c2ec938b7446b006c8f34abb301b2
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/mach-au1x00/au1xxx_psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef _AU1000_PSC_H_
#define _AU1000_PSC_H_

#include <linux/config.h>

/* The PSC base addresses. */
#ifdef CONFIG_SOC_AU1550
#define PSC0_BASE_ADDR 0xb1a00000
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-mips/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef _ASM_MMZONE_H_
#define _ASM_MMZONE_H_

#include <linux/config.h>
#include <asm/page.h>
#include <mmzone.h>

Expand Down
5 changes: 2 additions & 3 deletions trunk/include/asm-mips/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@
#ifndef _ASM_SPINLOCK_H
#define _ASM_SPINLOCK_H

#include <linux/config.h>
#include <asm/war.h>

/*
* Your basic SMP spinlocks, allowing only a single CPU anywhere
*/

#define __raw_spin_is_locked(x) ((x)->lock != 0)
#define __raw_spin_is_locked(x) ((x)->lock != 0)
#define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock)
#define __raw_spin_unlock_wait(x) \
do { cpu_relax(); } while ((x)->lock)
do { cpu_relax(); } while ((x)->lock)

/*
* Simple spin lock operations. There are two variants, one clears IRQ's
Expand Down

0 comments on commit a156589

Please sign in to comment.