Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186977
b: refs/heads/master
c: 4fb6088
h: refs/heads/master
i:
  186975: e180ac5
v: v3
  • Loading branch information
Thomas Gleixner authored and H. Peter Anvin committed Feb 26, 2010
1 parent 91cd9be commit 81b831d
Show file tree
Hide file tree
Showing 2 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: 4b2f3f7d0fe97ad312fb572c8f8d88836ae8fb1e
refs/heads/master: 4fb6088a5cb3a77123fea1279bf2d5b16cf27648
8 changes: 5 additions & 3 deletions trunk/arch/x86/include/asm/x86_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,15 @@ struct x86_init_iommu {
int (*iommu_init)(void);
};

/*
* struct x86_init_pci - platform specific pci init functions
* @init: platform specific pci init
/**
* struct x86_init_pci - platform specific pci init functions
* @arch_init: platform specific pci arch init call
* @init: platform specific pci subsystem init
* @init_irq: platform specific pci irq init
* @fixup_irqs: platform specific pci irq fixup
*/
struct x86_init_pci {
int (*arch_init)(void);
int (*init)(void);
void (*init_irq)(void);
void (*fixup_irqs)(void);
Expand Down

0 comments on commit 81b831d

Please sign in to comment.