Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82066
b: refs/heads/master
c: e79f812
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent c49c1e4 commit 4a7511c
Show file tree
Hide file tree
Showing 66 changed files with 1,686 additions and 2,182 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: cbb51afa6d69be003cc827a89e023906885f241e
refs/heads/master: e79f8126799775fa48d8b39ad31cb518101b61e2
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 4a7511c

Please sign in to comment.