Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62362
b: refs/heads/master
c: af3e9a2
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Linus Torvalds committed Jul 22, 2007
1 parent b7c6f76 commit 241e0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 67cddd947992b02f01ad093ec814738c5827d17c
refs/heads/master: af3e9a2e33952204e070bf5dfeebe293e90444b8
5 changes: 1 addition & 4 deletions trunk/include/asm-x86_64/dmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@

#include <asm/io.h>

extern void *dmi_ioremap(unsigned long addr, unsigned long size);
extern void dmi_iounmap(void *addr, unsigned long size);

#define DMI_MAX_DATA 2048

extern int dmi_alloc_index;
extern char dmi_alloc_data[DMI_MAX_DATA];

/* This is so early that there is no good way to allocate dynamic memory.
/* This is so early that there is no good way to allocate dynamic memory.
Allocate data in an BSS array. */
static inline void *dmi_alloc(unsigned len)
{
Expand Down

0 comments on commit 241e0c1

Please sign in to comment.