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
nexedi
linux
Commits
75977a47
Commit
75977a47
authored
Jun 17, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linus.bkbits.net/linux-2.5
into heisenberg.transvirtual.com:/tmp/linus-2.5
parents
4e53f3f3
b073e7f2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
3 deletions
+4
-3
arch/i386/kernel/nmi.c
arch/i386/kernel/nmi.c
+1
-1
arch/i386/mm/pageattr.c
arch/i386/mm/pageattr.c
+1
-0
drivers/acpi/osl.c
drivers/acpi/osl.c
+1
-0
drivers/usb/core/hub.h
drivers/usb/core/hub.h
+1
-0
include/linux/namei.h
include/linux/namei.h
+0
-1
kernel/ksyms.c
kernel/ksyms.c
+0
-1
No files found.
arch/i386/kernel/nmi.c
View file @
75977a47
...
...
@@ -73,7 +73,7 @@ extern void show_registers(struct pt_regs *regs);
int
__init
check_nmi_watchdog
(
void
)
{
irq_cpustat_t
tmp
[
NR_CPUS
];
int
j
,
cpu
;
int
cpu
;
printk
(
KERN_INFO
"testing NMI watchdog ... "
);
...
...
arch/i386/mm/pageattr.c
View file @
75977a47
...
...
@@ -11,6 +11,7 @@
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/processor.h>
#include <asm/tlbflush.h>
static
inline
pte_t
*
lookup_address
(
unsigned
long
address
)
{
...
...
drivers/acpi/osl.c
View file @
75977a47
...
...
@@ -33,6 +33,7 @@
#include <linux/interrupt.h>
#include <linux/kmod.h>
#include <linux/delay.h>
#include <linux/tqueue.h>
#include <asm/io.h>
#include "acpi.h"
...
...
drivers/usb/core/hub.h
View file @
75977a47
...
...
@@ -9,6 +9,7 @@
*/
#include <linux/list.h>
#include <linux/tqueue.h>
#include <linux/compiler.h>
/* likely()/unlikely() */
/*
...
...
include/linux/namei.h
View file @
75977a47
...
...
@@ -40,7 +40,6 @@ extern int FASTCALL(__user_walk(const char *, unsigned, struct nameidata *));
__user_walk(name, LOOKUP_FOLLOW, nd)
#define user_path_walk_link(name,nd) \
__user_walk(name, 0, nd)
extern
int
FASTCALL
(
path_init
(
const
char
*
,
unsigned
,
struct
nameidata
*
));
extern
int
FASTCALL
(
path_lookup
(
const
char
*
,
unsigned
,
struct
nameidata
*
));
extern
int
FASTCALL
(
path_walk
(
const
char
*
,
struct
nameidata
*
));
extern
int
FASTCALL
(
link_path_walk
(
const
char
*
,
struct
nameidata
*
));
...
...
kernel/ksyms.c
View file @
75977a47
...
...
@@ -148,7 +148,6 @@ EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL
(
follow_down
);
EXPORT_SYMBOL
(
lookup_mnt
);
EXPORT_SYMBOL
(
path_lookup
);
EXPORT_SYMBOL
(
path_init
);
EXPORT_SYMBOL
(
path_walk
);
EXPORT_SYMBOL
(
path_release
);
EXPORT_SYMBOL
(
__user_walk
);
...
...
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