~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/system_32.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include <linux/irqflags.h>
17
17
 
18
 
static inline unsigned int probe_irq_mask(unsigned long val)
19
 
{
20
 
        return 0;
21
 
}
22
 
 
23
18
/*
24
19
 * Sparc (general) CPU types
25
20
 */
225
220
        switch (size) {
226
221
        case 4:
227
222
                return xchg_u32(ptr, x);
228
 
        };
 
223
        }
229
224
        __xchg_called_with_bad_pointer();
230
225
        return x;
231
226
}