From owner-svn-soc-all@FreeBSD.ORG Tue Jun 17 12:29:32 2014 Return-Path: Delivered-To: svn-soc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22344A37; Tue, 17 Jun 2014 12:29:32 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EB0729D1; Tue, 17 Jun 2014 12:29:31 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id u57so7221114wes.3 for ; Tue, 17 Jun 2014 05:29:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EoZ2FecMsISd3WKkEkwNuHpNHGAfIgcfxkblDwa5biA=; b=YBPf7evqNRTreUroKS9vOiI5u4NP0i2tlDL5hQmCUsQlfoaxWImYG+nJf9KDqpMQYA cfxuPSRwVOLjk9be+Z3V2F8PNRz3R7OnYkwJp3mgwFs6goqpOgZ1U0hQSNbsYt2FjY35 TTafcsSjadQnsKIzxwcESpS2gkpNEFoX3S6eBjxPEqHVDNxqLaAD+xkZZRSewBNed+wr iTaymfGHEH1JzmCT1NCuDoItALn9JX+fwC9NQl+H1z+0gegrNxO+2fUxBdWmYSF0pZWK Gj99OkpC0MZeqgdr5wX6ulgOKBWPhi6y9sJNoRPiz83vm2lvF5VJ7kjT8RTjDiELmrx+ mU9A== MIME-Version: 1.0 X-Received: by 10.180.109.101 with SMTP id hr5mr35952047wib.25.1403008169662; Tue, 17 Jun 2014 05:29:29 -0700 (PDT) Received: by 10.180.90.15 with HTTP; Tue, 17 Jun 2014 05:29:29 -0700 (PDT) In-Reply-To: <20140617093041.5967135d@bender.Home> References: <201406162338.s5GNcgsV030168@socsvn.freebsd.org> <20140617093041.5967135d@bender.Home> Date: Tue, 17 Jun 2014 16:29:29 +0400 Message-ID: Subject: Re: socsvn commit: r269662 - in soc2014/astarasikov/head/sys/arm: conf goldfish From: Alexander Tarasikov To: Andrew Turner Content-Type: text/plain; charset=ISO-8859-1 Cc: astarasikov@freebsd.org, svn-soc-all@freebsd.org X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 12:29:32 -0000 Hi! > > You don't need to implement platform_late_init if it's empty. The > default is to do nothing in this case. > Yeah, I see. I will remove the dummy functions where it's possible. Basically I was working on FreeBSD 10.0 tree all the time because I started with it and didn't want to introduce more problems by moving to a different tree while developing. Anyway, the next commit overwrites most of the code in this file to make it compile against head. -- Regards, Alexander