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
8cf04c0a
Commit
8cf04c0a
authored
May 12, 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
35d60f7f
9e589513
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
+4
-7
arch/i386/kernel/dmi_scan.c
arch/i386/kernel/dmi_scan.c
+1
-1
arch/parisc/hpux/wrappers.S
arch/parisc/hpux/wrappers.S
+1
-1
drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c
+0
-3
include/linux/smp_lock.h
include/linux/smp_lock.h
+1
-1
include/linux/tpqic02.h
include/linux/tpqic02.h
+1
-1
No files found.
arch/i386/kernel/dmi_scan.c
View file @
8cf04c0a
...
...
@@ -841,7 +841,7 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
{
acer_cpufreq_pst
,
"Acer Aspire"
,
{
MATCH
(
DMI_SYS_VENDOR
,
"Insyde Software"
),
MATCH
(
DMI_BIOS_VERSION
,
"3A71"
),
NO_MATCH
,
NO_MATCH
,
NO_MATCH
NO_MATCH
,
NO_MATCH
,
}
},
{
NULL
,
}
...
...
arch/parisc/hpux/wrappers.S
View file @
8cf04c0a
...
...
@@ -129,7 +129,7 @@ fork_exit:
/
*
Set
the
return
value
for
the
child
*/
hpux_child_return
:
#if
CONFIG_SMP || CONFIG_PREEMPT
#if
defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
bl
schedule_tail
,
%
r2
nop
#endif
...
...
drivers/scsi/aic7xxx/aic7xxx_osm.c
View file @
8cf04c0a
...
...
@@ -404,9 +404,6 @@ static int aic7xxx_pci_parity = 0;
* would result in never finding any devices :)
*/
#ifndef CONFIG_AIC7XXX_PROBE_EISA_VL
#define CONFIG_AIC7XXX_PROBE_EISA_VL n
#endif
#if CONFIG_AIC7XXX_PROBE_EISA_VL == n
static
int
aic7xxx_no_probe
=
1
;
#else
static
int
aic7xxx_no_probe
;
...
...
include/linux/smp_lock.h
View file @
8cf04c0a
...
...
@@ -5,7 +5,7 @@
#include <linux/sched.h>
#include <linux/spinlock.h>
#if
CONFIG_SMP || CONFIG_PREEMPT
#if
defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
extern
spinlock_t
kernel_flag
;
...
...
include/linux/tpqic02.h
View file @
8cf04c0a
...
...
@@ -12,7 +12,7 @@
#include <linux/config.h>
#if
CONFIG_QIC02_TAPE || CONFIG_QIC02_TAPE_MODULE
#if
defined(CONFIG_QIC02_TAPE) || defined(CONFIG_QIC02_TAPE_MODULE)
/* need to have QIC02_TAPE_DRIVE and QIC02_TAPE_IFC expand to something */
#include <linux/mtio.h>
...
...
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