Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ebac5252
Commit
ebac5252
authored
Oct 22, 2007
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lguest_devices belongs in lguest_bus.c: it's not i386-specific.
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
b45d8cb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/lguest/lguest.c
drivers/lguest/lguest.c
+0
-1
drivers/lguest/lguest_bus.c
drivers/lguest/lguest_bus.c
+2
-0
No files found.
drivers/lguest/lguest.c
View file @
ebac5252
...
...
@@ -87,7 +87,6 @@ struct lguest_data lguest_data = {
.
noirq_end
=
(
u32
)
lguest_noirq_end
,
.
blocked_interrupts
=
{
1
},
/* Block timer interrupts */
};
struct
lguest_device_desc
*
lguest_devices
;
static
cycle_t
clock_base
;
/*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first
...
...
drivers/lguest/lguest_bus.c
View file @
ebac5252
...
...
@@ -7,6 +7,8 @@
#include <asm/io.h>
#include <asm/paravirt.h>
struct
lguest_device_desc
*
lguest_devices
;
static
ssize_t
type_show
(
struct
device
*
_dev
,
struct
device_attribute
*
attr
,
char
*
buf
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment