Re: [Ocf-linux-users] Talitos and CONFIG__PPC_MERGE
Brought to you by:
david-m
From: Kim P. <kim...@fr...> - 2009-09-15 23:15:12
|
On Fri, 11 Sep 2009 10:37:00 EDT Job...@ao... wrote: > I am running Linux 2.6.26 on an MPC8248. I patched my kernel with the > ocf-linux-26-20080917 patch and my openssl-0.9.8e with the corresponding > patch. I am going to modify crypto/ocf/talitos/talitos.c to support SEC1. drivers/crypto/talitos.c is a better way to go, IMO. > Should CONFIG__PPC_MERGE be set? How does one set it? I can't find any > reference to it when I make menuconfig. this is completely off-topic here (please use linuxppc-dev list for powerpc-specific questions in the future), but: PPC_MERGE was a temporary define to assist the powerpc ARCH transition from ARCH=ppc to ARCH=powerpc. One would #ifdef PPC_MERGE for the new code, and the opposite for the old, outgoing code to keep things working in the interim. Kim |