From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1344589138.27290.18.camel@concordia> Subject: Re: [-next] ERROR: "epapr_hypercall_start" [drivers/tty/ehv_bytechan.ko] undefined! From: Michael Ellerman To: Geert Uytterhoeven Date: Fri, 10 Aug 2012 18:58:58 +1000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Linux-Next , linuxppc-dev@lists.ozlabs.org, stuart.yoder@freescale.com, yu.liu@freescale.com, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2012-08-10 at 09:43 +0200, Geert Uytterhoeven wrote: > Sicne a few days, powerpc allmodconfig fails with: > > ERROR: "epapr_hypercall_start" [drivers/tty/ehv_bytechan.ko] undefined! > make[2]: *** [__modpost] Error 1 > make[1]: *** [modules] Error 2 > > http://kisskb.ellerman.id.au/kisskb/buildresult/6883300/ Yep, modular build is broken. Since this commit by the looks of it: commit 6d2d82627f4f1e96a33664ace494fa363e0495cb Author: Liu Yu-B13201 Date: Tue Jul 3 05:48:56 2012 +0000 PPC: Don't use hardcoded opcode for ePAPR hcall invocation Signed-off-by: Liu Yu Signed-off-by: Stuart Yoder Signed-off-by: Alexander Graf cheers