Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - 0-9 index

CONFIG_060_WRITETHROUGH: Use write-through caching for 68060 supervisor accesses

General informations

The Linux kernel configuration item CONFIG_060_WRITETHROUGH has multiple definitions:

Use write-through caching for 68060 supervisor accesses found in arch/m68k/Kconfig.cpu

The configuration item CONFIG_060_WRITETHROUGH:

Help text

The 68060 generally uses copyback caching of recently accessed data. Copyback caching means that memory writes will be held in an on-chip cache and only written back to memory some time later. Saying Y here will force supervisor (kernel) accesses to use writethrough caching. Writethrough caching means that data is written to memory straight away, so that cache and memory data always agree. Writethrough caching is less efficient, but is needed for some drivers on 68060 based systems where the 68060 bus snooping signal is hardwired on. The 53c710 SCSI driver is known to suffer from this problem.

Use write-through caching for 68060 supervisor accesses found in arch/m68k/Kconfig.mmu

The configuration item CONFIG_060_WRITETHROUGH:

Help text

The 68060 generally uses copyback caching of recently accessed data. Copyback caching means that memory writes will be held in an on-chip cache and only written back to memory some time later. Saying Y here will force supervisor (kernel) accesses to use writethrough caching. Writethrough caching means that data is written to memory straight away, so that cache and memory data always agree. Writethrough caching is less efficient, but is needed for some drivers on 68060 based systems where the 68060 bus snooping signal is hardwired on. The 53c710 SCSI driver is known to suffer from this problem.

Use write-through caching for 68060 supervisor accesses found in arch/m68k/Kconfig

The configuration item CONFIG_060_WRITETHROUGH:

Help text

The 68060 generally uses copyback caching of recently accessed data. Copyback caching means that memory writes will be held in an on-chip cache and only written back to memory some time later. Saying Y here will force supervisor (kernel) accesses to use writethrough caching. Writethrough caching means that data is written to memory straight away, so that cache and memory data always agree. Writethrough caching is less efficient, but is needed for some drivers on 68060 based systems where the 68060 bus snooping signal is hardwired on. The 53c710 SCSI driver is known to suffer from this problem.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - 0-9 index

Automatically generated (in year 2024). See also LKDDb sources on GitLab