-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 375179 b: refs/heads/master c: f5c236d h: refs/heads/master i: 375177: 5b01ef6 375175: 93499e9 v: v3
- Loading branch information
Sanjay Lal
authored and
Ralf Baechle
committed
May 8, 2013
1 parent
47fd126
commit e59741d
Showing
3 changed files
with
497 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 06d1838db012eca7df42dc09f8190ab8f8a9f9eb | ||
refs/heads/master: f5c236dd0aaf356627cffc1e0e4ce8a52c534e42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This file is subject to the terms and conditions of the GNU General Public | ||
* License. See the file "COPYING" in the main directory of this archive | ||
* for more details. | ||
* | ||
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. | ||
* Authors: Yann Le Du <ledu@kymasys.com> | ||
*/ | ||
|
||
#include <linux/export.h> | ||
#include <linux/kvm_host.h> | ||
|
||
struct kvm_mips_callbacks *kvm_mips_callbacks; | ||
EXPORT_SYMBOL(kvm_mips_callbacks); |
Oops, something went wrong.