Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
A index
The Linux kernel configuration item CONFIG_ALIGNMENT_TRAP has multiple definitions:
arch/arm/KconfigThe configuration item CONFIG_ALIGNMENT_TRAP:
( CONFIG_CPU_CP15_MMU ) && (! CONFIG_ARCH_EBSA110 )ARM processors cannot fetch/store information which is not naturally aligned on the bus, i.e., a 4 byte fetch must start at an address divisible by 4. On 32-bit ARM processors, these non-aligned fetch/store instructions will be emulated in software if you say here, which has a severe performance impact. This is necessary for correct operation of some network protocols. With an IP-only configuration it is safe to say N, otherwise say Y.
arch/unicore32/KconfigThe configuration item CONFIG_ALIGNMENT_TRAP:
(none)Unicore processors can not fetch/store information which is not naturally aligned on the bus, i.e., a 4 byte fetch must start at an address divisible by 4. On 32-bit Unicore processors, these non-aligned fetch/store instructions will be emulated in software if you say here, which has a severe performance impact. This is necessary for correct operation of some network protocols. With an IP-only configuration it is safe to say N, otherwise say Y.
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 - A index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.