|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Thu Mar 24 21:09:04 CET 2005
Subject: [openrisc] [or1ksim #41] Fix declaration in the instruction cache
Hi,Changelog says it all. ChangeLog: * Fix the declaration of `sec' in reg_ic_sec.
nog. -------------- next part -------------- diff -urp --unidirectional-new-file /home/nog/or1ksim-split/cache/icache_model.c ./cache/icache_model.c --- /home/nog/or1ksim-split/cache/icache_model.c 2005-03-22 17:33:04.000000000 +0100 +++ ./cache/icache_model.c 2005-03-16 12:39:36.000000000 +0100 @@ -259,7 +260,7 @@ void ic_hitdelay(union param_val val, vo void reg_ic_sec(void) { - struct config_sections *sec = reg_config_sec("ic", NULL, NULL); + struct config_section *sec = reg_config_sec("ic", NULL, NULL); reg_config_param(sec, "enabled", paramt_int, ic_enabled); reg_config_param(sec, "nsets", paramt_int, ic_nsets);
|
 |