Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65243
b: refs/heads/master
c: e48395f
h: refs/heads/master
i:
  65241: c094f80
  65239: af073f3
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Oct 2, 2007
1 parent 96a71c9 commit 2d5eefb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3146b39c185f8a436d430132457e84fa1d8f8208
refs/heads/master: e48395f1753cab0fde6c03f1db833cece9ef2ba0
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 23
EXTRAVERSION =-rc9
EXTRAVERSION =-rc8
NAME = Arr Matey! A Hairy Bilge Rat!

# *DOCUMENTATION*
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ SECTIONS
__dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;

NOTES

RODATA

/* writeable */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static void xics_set_affinity(unsigned int virq, cpumask_t cpumask)
* For the moment only implement delivery to all cpus or one cpu.
* Get current irq_server for the given irq
*/
irq_server = get_irq_server(irq, 1);
irq_server = get_irq_server(virq, 1);
if (irq_server == -1) {
char cpulist[128];
cpumask_scnprintf(cpulist, sizeof(cpulist), cpumask);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/vdso/voffset.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VDSO_TEXT_OFFSET 0x600
#define VDSO_TEXT_OFFSET 0x500
1 change: 0 additions & 1 deletion trunk/include/asm-mips/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define O_SYNC 0x0010
#define O_NONBLOCK 0x0080
#define O_CREAT 0x0100 /* not fcntl */
#define O_TRUNC 0x0200 /* not fcntl */
#define O_EXCL 0x0400 /* not fcntl */
#define O_NOCTTY 0x0800 /* not fcntl */
#define FASYNC 0x1000 /* fcntl, for BSD compatibility */
Expand Down

0 comments on commit 2d5eefb

Please sign in to comment.