Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138819
b: refs/heads/master
c: c8608d6
h: refs/heads/master
i:
  138817: 4d13fdd
  138815: bb9b7ff
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Mar 23, 2009
1 parent d094e01 commit 2880cb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 9cdec049389ce2c324fd1ec508a71528a27d4a07
refs/heads/master: c8608d6b58981a58ca4aee8308576666c5f7ab0c
5 changes: 4 additions & 1 deletion trunk/arch/x86/include/asm/dmi.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#ifndef _ASM_X86_DMI_H
#define _ASM_X86_DMI_H

#include <linux/compiler.h>
#include <linux/init.h>

#include <asm/io.h>
#include <asm/setup.h>

static inline void *dmi_alloc(unsigned len)
static __always_inline __init void *dmi_alloc(unsigned len)
{
return extend_brk(len, sizeof(int));
}
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/x86/pci/i386.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
return -EINVAL;
}
flags = new_flags;
vma->vm_page_prot = __pgprot(
(pgprot_val(vma->vm_page_prot) & ~_PAGE_CACHE_MASK) |
flags);
}

if (((vma->vm_pgoff < max_low_pfn_mapped) ||
Expand Down

0 comments on commit 2880cb4

Please sign in to comment.