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
ab2aaf93
Commit
ab2aaf93
authored
May 03, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
20db7173
757858cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
arch/sparc64/defconfig
arch/sparc64/defconfig
+1
-1
arch/sparc64/oprofile/init.c
arch/sparc64/oprofile/init.c
+1
-0
drivers/oprofile/timer_int.c
drivers/oprofile/timer_int.c
+2
-0
No files found.
arch/sparc64/defconfig
View file @
ab2aaf93
...
...
@@ -1146,7 +1146,7 @@ CONFIG_BT_BNEP_PROTO_FILTER=y
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_USB_SCO=y
CONFIG_BT_USB_ZERO_PACKET=y
# CONFIG_BT_USB_ZERO_PACKET is not set
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
...
...
arch/sparc64/oprofile/init.c
View file @
ab2aaf93
...
...
@@ -9,6 +9,7 @@
#include <linux/kernel.h>
#include <linux/oprofile.h>
#include <linux/errno.h>
#include <linux/init.h>
extern
void
timer_init
(
struct
oprofile_operations
**
ops
);
...
...
drivers/oprofile/timer_int.c
View file @
ab2aaf93
...
...
@@ -12,6 +12,8 @@
#include <linux/smp.h>
#include <linux/irq.h>
#include <linux/oprofile.h>
#include <linux/profile.h>
#include <linux/init.h>
#include <asm/ptrace.h>
static
int
timer_notify
(
struct
notifier_block
*
self
,
unsigned
long
val
,
void
*
data
)
...
...
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