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
823a0f8f
Commit
823a0f8f
authored
Oct 25, 2004
by
Richard Russon
Browse files
Options
Browse Files
Download
Plain Diff
Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6
into flatcap.org:/home/flatcap/backup/bk/ntfs-2.6-devel
parents
be92130a
6f60f5cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
arch/i386/kernel/entry.S
arch/i386/kernel/entry.S
+1
-1
arch/ppc64/kernel/rtas.c
arch/ppc64/kernel/rtas.c
+0
-2
include/linux/pci.h
include/linux/pci.h
+1
-0
No files found.
arch/i386/kernel/entry.S
View file @
823a0f8f
...
...
@@ -187,8 +187,8 @@ need_resched:
movl
$PREEMPT_ACTIVE
,
TI_preempt_count
(%
ebp
)
sti
call
schedule
movl
$
0
,
TI_preempt_count
(%
ebp
)
cli
movl
$
0
,
TI_preempt_count
(%
ebp
)
jmp
need_resched
#endif
...
...
arch/ppc64/kernel/rtas.c
View file @
823a0f8f
...
...
@@ -516,7 +516,6 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs)
return
0
;
}
#ifdef CONFIG_HOTPLUG_CPU
/* This version can't take the spinlock, because it never returns */
struct
rtas_args
rtas_stop_self_args
=
{
...
...
@@ -541,7 +540,6 @@ void rtas_stop_self(void)
panic
(
"Alas, I survived.
\n
"
);
}
#endif
/* CONFIG_HOTPLUG_CPU */
/*
* Return the firmware-specified size of the error log buffer
...
...
include/linux/pci.h
View file @
823a0f8f
...
...
@@ -547,6 +547,7 @@ struct pci_dev {
#define pci_dev_g(n) list_entry(n, struct pci_dev, global_list)
#define pci_dev_b(n) list_entry(n, struct pci_dev, bus_list)
#define to_pci_dev(n) container_of(n, struct pci_dev, dev)
#define for_each_pci_dev(d) while ((d = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, d)) != NULL)
/*
* For PCI devices, the region numbers are assigned this way:
...
...
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