Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165422
b: refs/heads/master
c: 071e137
h: refs/heads/master
v: v3
  • Loading branch information
Matt Kraai authored and David Woodhouse committed Aug 24, 2009
1 parent 2d3c0a4 commit 93adceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 132032274a594ee9ffb6b9c9e2e9698149a09ea9
refs/heads/master: 071e13746f9ebb259987c71ea77f11e7656769a2
4 changes: 2 additions & 2 deletions trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ static int __init si_domain_work_fn(unsigned long start_pfn,

}

static int si_domain_init(int hw)
static int __init si_domain_init(int hw)
{
struct dmar_drhd_unit *drhd;
struct intel_iommu *iommu;
Expand Down Expand Up @@ -2167,7 +2167,7 @@ static int iommu_should_identity_map(struct pci_dev *pdev, int startup)
return 1;
}

static int iommu_prepare_static_identity_mapping(int hw)
static int __init iommu_prepare_static_identity_mapping(int hw)
{
struct pci_dev *pdev = NULL;
int ret;
Expand Down

0 comments on commit 93adceb

Please sign in to comment.