https://github.com/torvalds/linux
Revision a5664c40750ce423f308dfd01ad4e82ecb7ac127 authored by Atsushi Nemoto on 04 March 2007, 15:41:39 UTC, committed by Ralf Baechle on 07 March 2007, 00:07:16 UTC
Apply commit 0550d9d13e02b30efa117d47fcadea450bb23d23 to c-tx39.c too.
And fix a warning in local_tx39_flush_data_cache_page().

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 0a22e0d
Raw File
Tip revision: a5664c40750ce423f308dfd01ad4e82ecb7ac127 authored by Atsushi Nemoto on 04 March 2007, 15:41:39 UTC
[MIPS] TX39: Remove redundant tx39_blast_icache() calls
Tip revision: a5664c4
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
back to top