~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/ia64/sn/pci/pcibr/pcibr_provider.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
u16 sn_ioboard_to_pci_bus(struct pci_bus *pci_bus)
81
81
{
82
 
        s64 rc;
 
82
        long rc;
83
83
        u16 uninitialized_var(ioboard);         /* GCC be quiet */
84
84
        nasid_t nasid = NASID_GET(SN_PCIBUS_BUSSOFT(pci_bus)->bs_base);
85
85