Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45713
b: refs/heads/master
c: 0dbe5a1
h: refs/heads/master
i:
  45711: 16e0982
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 23, 2007
1 parent 3595459 commit 80e1a75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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: a517b9f9fe8e57437b0b9b50e279220aaf651268
refs/heads/master: 0dbe5a111382fd1320ff4b1d889e5b8c41290619
9 changes: 8 additions & 1 deletion trunk/arch/i386/kernel/paravirt.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,11 @@ struct paravirt_ops paravirt_ops = {
.irq_enable_sysexit = native_irq_enable_sysexit,
.iret = native_iret,
};
EXPORT_SYMBOL(paravirt_ops);

/*
* NOTE: CONFIG_PARAVIRT is experimental and the paravirt_ops
* semantics are subject to change. Hence we only do this
* internal-only export of this, until it gets sorted out and
* all lowlevel CPU ops used by modules are separately exported.
*/
EXPORT_SYMBOL_GPL(paravirt_ops);

0 comments on commit 80e1a75

Please sign in to comment.