Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82040
b: refs/heads/master
c: dd5f5fe
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Feb 1, 2008
1 parent 7e21eca commit 76b4812
Show file tree
Hide file tree
Showing 41 changed files with 1,260 additions and 1,044 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: 7759db82774802885f96c250b36c3dfe317e62ff
refs/heads/master: dd5f5fed6c9458a7aa81eeef3732cc3a9891cfdf
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 76b4812

Please sign in to comment.