Re: [PATCH 2/2] x86, boot: Optimize the elf header handling.

From: Tejun Heo
Date: Mon Jul 02 2012 - 12:56:34 EST


Hello, guys.

On Sun, Jul 01, 2012 at 11:37:22AM -0700, H. Peter Anvin wrote:
> If we don't need it, I think we can use -z max-page-size=4096, but we
> use the PMD alignment for percpu on x86-64; Tejun, does that apply to
> the .data..percpu section in the executable as well?

I don't think the .data..percpu section needs 2M alignment. The
percpu data section is only used as init template and actual percpu
addresses always go through offsetting against __per_cpu_offset[] - no
matter what the vaddrs in the vmlinux are, they get offsetted into 2M
aligned linear address if necessary. I think the only alignment
.data..percpu needs is cacheline alignment for separating its
subsections.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/