Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82166
b: refs/heads/master
c: f319124
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Feb 1, 2008
1 parent 97b2a55 commit 24107bc
Show file tree
Hide file tree
Showing 65 changed files with 2,182 additions and 1,685 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: a14dc57495899175a0827673fe23ed17b5653896
refs/heads/master: f3191248bf1bf6627c04c5624904df45e0a979ed
7 changes: 0 additions & 7 deletions trunk/Documentation/filesystems/proc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1134,13 +1134,6 @@ check the amount of free space (value is in seconds). Default settings are: 4,
resume it if we have a value of 3 or more percent; consider information about
the amount of free space valid for 30 seconds

audit_argv_kb
-------------

The file contains a single value denoting the limit on the argv array size
for execve (in KiB). This limit is only applied when system call auditing for
execve is enabled, otherwise the value is ignored.

ctrl-alt-del
------------

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ FEXPORT(__kernel_entry)
j kernel_entry
#endif

__INIT_REFOK
__REF

NESTED(kernel_entry, 16, sp) # kernel entry point

Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/mips/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#

obj-y += cache.o dma-default.o extable.o fault.o \
init.o pgtable.o tlbex.o tlbex-fault.o
init.o pgtable.o tlbex.o tlbex-fault.o \
uasm.o

obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
obj-$(CONFIG_64BIT) += pgtable-64.o
Expand Down
Loading

0 comments on commit 24107bc

Please sign in to comment.