All of lore.kernel.org
 help / color / mirror / Atom feed
* add new code section for kernel code
@ 2006-04-06 12:45 saeed bishara
  2006-04-06 13:10 ` Paolo Ornati
  0 siblings, 1 reply; 13+ messages in thread
From: saeed bishara @ 2006-04-06 12:45 UTC (permalink / raw)
  To: linux-kernel

Hi,
 I'm developing linux kernel for ARM cpu with direct-mapped
instruction cache, sometimes I notice that the pefromance of the
kernel (for some test) is highly dependent on the code layout, in
order to fix that I added new code section, and for each kernel
function that highly invokerd I added compiler attribute so it will
allocated in that section (exactly as the __init section). but it
bothers me that I need to change the kernel source code, so is there
any way to do that externally (without touching C code)?

saeed

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-04-12  5:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06 12:45 add new code section for kernel code saeed bishara
2006-04-06 13:10 ` Paolo Ornati
2006-04-06 15:27   ` saeed bishara
2006-04-06 16:47   ` saeed bishara
2006-04-07 11:02     ` saeed bishara
2006-04-07 15:14       ` Arjan van de Ven
2006-04-07 15:43         ` Russell King
2006-04-09  9:53           ` saeed bishara
2006-04-09 20:30             ` Russell King
2006-04-10  7:11               ` saeed bishara
2006-04-10  9:12               ` Dimitry Andric
2006-04-11 14:49                 ` saeed bishara
2006-04-12  5:34                   ` Arjan van de Ven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.