Return-Path: Received: from mnm [127.0.0.1] by localhost with POP3 (fetchmail-5.9.0) for akpm@localhost (single-drop); Mon, 16 Feb 2004 21:44:00 -0800 (PST) Received: from fire-1.osdl.org (air1.pdx.osdl.net [172.20.0.5]) by mail.osdl.org (8.11.6/8.11.6) with ESMTP id i1H5eJE31664 for ; Mon, 16 Feb 2004 21:40:19 -0800 Received: from mail.iinet.net.au (mail-02.iinet.net.au [203.59.3.34]) by fire-1.osdl.org (8.12.8/8.12.8) with SMTP id i1H5e7rK018400 for ; Mon, 16 Feb 2004 21:40:08 -0800 Received: (qmail 7670 invoked from network); 17 Feb 2004 05:39:54 -0000 Received: from unknown (HELO chimp.local.net) (203.221.73.152) by mail.iinet.net.au with SMTP; 17 Feb 2004 05:39:53 -0000 Received: from [192.168.0.1] (helo=cyberone.com.au) by chimp.local.net with esmtp (Exim 4.30) id 1AsxxU-0003Ss-CB for akpm@osdl.org; Tue, 17 Feb 2004 16:39:48 +1100 Message-ID: <4031A920.4030006@cyberone.com.au> Date: Tue, 17 Feb 2004 16:39:44 +1100 From: Nick Piggin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040122 Debian/1.6-1 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Morton Subject: [PATCH] remove printk at boot Content-Type: multipart/mixed; boundary="------------030808020601000506000709" X-MIMEDefang-Filter: osdl$Revision: 1.48 $ X-Scanned-By: MIMEDefang 2.36 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mnm X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=2.0 tests=BAYES_00 autolearn=ham version=2.60 This is a multi-part message in MIME format. --------------030808020601000506000709 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi Andrew, Is this message useful to anyone anymore? --------------030808020601000506000709 Content-Type: text/plain; name="remove-boot-printk.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="remove-boot-printk.patch" linux-2.6-npiggin/arch/i386/kernel/entry_trampoline.c | 2 -- 1 files changed, 2 deletions(-) diff -puN arch/i386/kernel/entry_trampoline.c~remove-boot-printk arch/i386/kernel/entry_trampoline.c --- linux-2.6/arch/i386/kernel/entry_trampoline.c~remove-boot-printk 2004-02-17 11:17:15.000000000 +1100 +++ linux-2.6-npiggin/arch/i386/kernel/entry_trampoline.c 2004-02-17 11:18:19.000000000 +1100 @@ -55,8 +55,6 @@ void __init init_entry_mappings(void) __kmap_atomic(current->thread.stack_page1, KM_VSTACK1); #endif - printk("current: %p\n", current); - printk("current->thread_info: %p\n", current->thread_info); current->thread_info->real_stack = (void *)current->thread_info; current->thread_info->user_pgd = NULL; current->thread.esp0 = (unsigned long)current->thread_info->real_stack + THREAD_SIZE; _ --------------030808020601000506000709--