Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123716
b: refs/heads/master
c: a02f45c
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Dec 14, 2008
1 parent 7360df9 commit fcdefc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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: 6ce1b871db6a3ca69ed1e35956d89d3cacd7ba08
refs/heads/master: a02f45cfca97dcf97c03b32603ec2399bf006605
1 change: 0 additions & 1 deletion trunk/arch/arm/include/asm/mtd-xip.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#ifndef __ARM_MTD_XIP_H__
#define __ARM_MTD_XIP_H__

#include <mach/hardware.h>
#include <mach/mtd-xip.h>

/* fill instruction prefetch */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-pxa/include/mach/mtd-xip.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef __ARCH_PXA_MTD_XIP_H__
#define __ARCH_PXA_MTD_XIP_H__

#include <mach/hardware.h>
#include <mach/pxa-regs.h>

#define xip_irqpending() (ICIP & ICMR)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-sa1100/include/mach/mtd-xip.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef __ARCH_SA1100_MTD_XIP_H__
#define __ARCH_SA1100_MTD_XIP_H__

#include <mach/hardware.h>

#define xip_irqpending() (ICIP & ICMR)

/* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
Expand Down

0 comments on commit fcdefc3

Please sign in to comment.