Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146642
b: refs/heads/master
c: 7e4ba0d
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Apr 17, 2009
1 parent 7fd8d26 commit fc0a9ff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b627b4ed3d056c5d00e8f3cb32d033b0ee6619a9
refs/heads/master: 7e4ba0d77c96d328ba968ddff4a464d4d2fa7abc
6 changes: 3 additions & 3 deletions trunk/arch/sh/drivers/pci/ops-sh4.c
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
* Generic SH-4 / SH-4A PCIC operations (SH7751, SH7780).
*
* Copyright (C) 2002 - 2006 Paul Mundt
* Copyright (C) 2002 - 2009 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License v2. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/pci.h>
#include <linux/io.h>
#include <asm/addrspace.h>
#include <asm/io.h>
#include "pci-sh4.h"

/*
* Direct access to PCI hardware...
*/
#define CONFIG_CMD(bus, devfn, where) \
P1SEGADDR((bus->number << 16) | (devfn << 8) | (where & ~3))
(P1SEG | (bus->number << 16) | (devfn << 8) | (where & ~3))

static DEFINE_SPINLOCK(sh4_pci_lock);

Expand Down

0 comments on commit fc0a9ff

Please sign in to comment.