From patchwork Mon Dec 19 19:06:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 707191 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tj9QC6KXhz9vGD for ; Tue, 20 Dec 2016 06:06:59 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3tj9QC5Wn0zDxNJ for ; Tue, 20 Dec 2016 06:06:59 +1100 (AEDT) X-Original-To: slof@lists.ozlabs.org Delivered-To: slof@lists.ozlabs.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tj9Q42wq7zDxM9 for ; Tue, 20 Dec 2016 06:06:51 +1100 (AEDT) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E19C3B702; Mon, 19 Dec 2016 19:06:49 +0000 (UTC) Received: from thh440s.redhat.com (ovpn-116-81.ams2.redhat.com [10.36.116.81]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uBJJ6lXX001755; Mon, 19 Dec 2016 14:06:48 -0500 From: Thomas Huth To: slof@lists.ozlabs.org Date: Mon, 19 Dec 2016 20:06:47 +0100 Message-Id: <1482174407-17243-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 19 Dec 2016 19:06:49 +0000 (UTC) Subject: [SLOF] [PATCH] Remove superfluous checkpoints in tree.fs X-BeenThere: slof@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Patches for https://github.com/aik/SLOF" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: slof-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "SLOF" Printing a checkpoint only makes sense when there is some code between the checkpoint and the next one. In tree.fs, there are a couple of checkpoints without real code inbetween, so they are completely useless. Let's simply remove them. Signed-off-by: Thomas Huth --- board-qemu/slof/tree.fs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/board-qemu/slof/tree.fs b/board-qemu/slof/tree.fs index 46f7e8f..e71743b 100644 --- a/board-qemu/slof/tree.fs +++ b/board-qemu/slof/tree.fs @@ -98,8 +98,6 @@ include fbuffer.fs \ Now do it populate-vios -580 cp - 5a0 cp #include "pci-scan.fs" @@ -155,18 +153,6 @@ populate-pci-busses \ Add rtas cleanup last ' rtas-quiesce add-quiesce-xt -640 cp - -690 cp - -6a0 cp - -6a8 cp - -6b0 cp - -6b8 cp - 6c0 cp \ Do not assume that cpu0 is available @@ -179,8 +165,6 @@ set-chosen-cpu s" /memory@0" open-dev encode-int s" memory" set-chosen -6e0 cp - 700 cp \ See 3.5.