Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65244
b: refs/heads/master
c: e80eaf9
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 2, 2007
1 parent 2d5eefb commit fd88318
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 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: e48395f1753cab0fde6c03f1db833cece9ef2ba0
refs/heads/master: e80eaf9904d5b19512265e1435372b2e12146a5f
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 =-rc8
EXTRAVERSION =-rc9
NAME = Arr Matey! A Hairy Bilge Rat!

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

NOTES

RODATA

/* writeable */
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 0x500
#define VDSO_TEXT_OFFSET 0x600
1 change: 1 addition & 0 deletions trunk/include/asm-mips/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#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 fd88318

Please sign in to comment.