Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_ICACHE_CHECK
has multiple definitions:
arch/blackfin/Kconfig.debug
The configuration item CONFIG_DEBUG_ICACHE_CHECK:
( CONFIG_DEBUG_KERNEL ) && ( CONFIG_DEBUG_HWERR )
Say Y here if you are getting weird unexplained errors. This will ensure that icache is what SDRAM says it should be by doing a byte wise comparison between SDRAM and instruction cache. This also relocates the irq_panic() function to L1 memory, (which is un-cached).
arch/blackfin/Kconfig
The configuration item CONFIG_DEBUG_ICACHE_CHECK:
( CONFIG_DEBUG_KERNEL ) && ( CONFIG_DEBUG_HWERR )
Say Y here if you are getting wierd unexplained errors. This will ensure that icache is what SDRAM says it should be, by doing a byte wise comparision between SDRAM and instruction cache. This also relocates the irq_panic() function to L1 memory, (which is un-cached).
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab