Home | History | Annotate | Download | only in sh3
History log of /src/sys/arch/sh3/sh3/cache.c
RevisionDateAuthorComments
 1.19  18-Nov-2013  skrll Really remove unused variable.
 1.18  14-Nov-2013  skrll Removed unused variable
 1.17  07-Nov-2013  christos fix unused variables
 1.16  18-Mar-2009  cegger branches: 1.16.12; 1.16.22; 1.16.26;
Ansify function definitions w/o arguments. Generated with sed.
 1.15  28-Apr-2008  martin branches: 1.15.8; 1.15.14;
Remove clause 3 and 4 from TNF licenses
 1.14  15-Mar-2008  uwe branches: 1.14.2; 1.14.4;
defflag cache related options.
 1.13  06-Nov-2007  uwe branches: 1.13.10; 1.13.14;
Convert to aprint_*
 1.12  24-Sep-2006  tsutsui branches: 1.12.8; 1.12.26; 1.12.28; 1.12.32; 1.12.34;
Allow shared PV mappings in pmap_enter(9) even on SH4 if VAs of shared pages
have the same virtual cache indexes (i.e. they won't cause virtual cache
aliases). Also prepare PMAP_PREFER(9) for SH4 to avoid some possible virtual
cache aliases.
More stuff should be added in pmap_enter(9), but at least this changes
should fix some existing problems. See discussion on port-sh3 ML for details.

OK'ed by uwe and chs, and closes PR port-sh3/34243.
 1.11  02-Jan-2006  uwe branches: 1.11.18; 1.11.20;
KNF: space after the keyword, blank line between function declarations
and variable definitions.
 1.10  02-Jan-2006  uwe Prepend "cpu0: " to autoconfiguration messages.
While here move separator space to the beginning of optional messages.
Tweak write-through/back message so that is parses as expected.

PR: port-sh3/31315
 1.9  24-Dec-2005  perry branches: 1.9.2;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
 1.8  11-Dec-2005  christos merge ktrace-lwp.
 1.7  15-Jul-2003  lukem branches: 1.7.16;
__KERNEL_RCSID()
 1.6  09-May-2002  uch branches: 1.6.6; 1.6.12;
IOM_RAM_BEGIN is changed to specify physical address.
 1.5  28-Apr-2002  uch Use "#define<tab>", white space nits.
 1.4  22-Apr-2002  uch make these compile with gcc -O0
 1.3  10-Mar-2002  uch branches: 1.3.2;
use IOM_RAM_BEGIN macro instead of ram_start.
 1.2  17-Feb-2002  uch branches: 1.2.2;
sh_cpu_init() is added. its initialize cache, MMU ops appropriately.
machine locore code call this at first.
 1.1  11-Feb-2002  uch add new cache routine.
 1.2.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.2.2.2  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.2.2.1  28-Feb-2002  nathanw Catch up to -current.
 1.3.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.2.2  16-Mar-2002  jdolecek Catch up with -current.
 1.3.2.1  10-Mar-2002  jdolecek file cache.c was added on branch kqueue on 2002-03-16 15:59:40 +0000
 1.6.12.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.12.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.12.1  03-Aug-2004  skrll Sync with HEAD
 1.6.6.2  09-May-2002  uch IOM_RAM_BEGIN is changed to specify physical address.
 1.6.6.1  09-May-2002  uch file cache.c was added on branch nathanw_sa on 2002-05-09 12:32:10 +0000
 1.7.16.4  17-Mar-2008  yamt sync with head.
 1.7.16.3  15-Nov-2007  yamt sync with head.
 1.7.16.2  30-Dec-2006  yamt sync with head.
 1.7.16.1  21-Jun-2006  yamt sync with head.
 1.9.2.1  15-Jan-2006  yamt sync with head.
 1.11.20.1  22-Oct-2006  yamt sync with head
 1.11.18.1  18-Nov-2006  ad Sync with head.
 1.12.34.1  19-Nov-2007  mjf Sync with HEAD.
 1.12.32.1  13-Nov-2007  bouyer Sync with HEAD
 1.12.28.2  23-Mar-2008  matt sync with HEAD
 1.12.28.1  06-Nov-2007  matt sync with HEAD
 1.12.26.1  06-Nov-2007  joerg Sync with HEAD.
 1.12.8.1  03-Dec-2007  ad Sync with HEAD.
 1.13.14.2  02-Jun-2008  mjf Sync with HEAD.
 1.13.14.1  03-Apr-2008  mjf Sync with HEAD.
 1.13.10.1  24-Mar-2008  keiichi sync with head.
 1.14.4.2  04-May-2009  yamt sync with head.
 1.14.4.1  16-May-2008  yamt sync with head.
 1.14.2.1  18-May-2008  yamt sync with head.
 1.15.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.15.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.16.26.1  18-May-2014  rmind sync with head
 1.16.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed