Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82041
b: refs/heads/master
c: 3606a38
h: refs/heads/master
i:
  82039: 7e21eca
v: v3
  • Loading branch information
Mark Lord authored and Jeff Garzik committed Feb 1, 2008
1 parent 76b4812 commit 6b1dafd
Show file tree
Hide file tree
Showing 58 changed files with 1,469 additions and 1,794 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: dd5f5fed6c9458a7aa81eeef3732cc3a9891cfdf
refs/heads/master: 3606a380692cf958355a40fc1aa336800c17baf1
7 changes: 7 additions & 0 deletions trunk/Documentation/filesystems/proc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,13 @@ 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

__REF
__INIT_REFOK

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

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

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

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

0 comments on commit 6b1dafd

Please sign in to comment.