mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Andres Salomon <dilinger@queued.net>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
	dilinger@queued.net, tglx@linutronix.de, hpa@linux.intel.com,
	mingo@elte.hu
Subject: [tip:x86/olpc] x86, olpc: Add comment about implicit optimization barrier
Date: Thu, 24 Jun 2010 09:42:47 GMT	[thread overview]
Message-ID: <tip-75a9cac430a1bd2a5219c74508ca01b0ddfddc9a@git.kernel.org> (raw)
In-Reply-To: <20100618174653.7755a39a@dev.queued.net>

Commit-ID:  75a9cac430a1bd2a5219c74508ca01b0ddfddc9a
Gitweb:     http://git.kernel.org/tip/75a9cac430a1bd2a5219c74508ca01b0ddfddc9a
Author:     Andres Salomon <dilinger@queued.net>
AuthorDate: Wed, 23 Jun 2010 20:27:00 -0400
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Thu, 24 Jun 2010 11:40:47 +0200

x86, olpc: Add comment about implicit optimization barrier

Signed-off-by: Andres Salomon <dilinger@queued.net>
Cc: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <20100618174653.7755a39a@dev.queued.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/olpc_ofw.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/olpc_ofw.c b/arch/x86/kernel/olpc_ofw.c
index 469ee43..f5d499f 100644
--- a/arch/x86/kernel/olpc_ofw.c
+++ b/arch/x86/kernel/olpc_ofw.c
@@ -35,6 +35,8 @@ void __init setup_olpc_ofw_pgd(void)
 
 	/* install OFW's PDE permanently into the kernel's pgtable */
 	set_pgd(&swapper_pg_dir[OLPC_OFW_PDE_NR], *ofw_pde);
+	/* implicit optimization barrier here due to uninline function return */
+
 	early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD);
 }
 

      parent reply	other threads:[~2010-06-24  9:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-18 21:46 [PATCH] x86: OLPC: add support for calling into OpenFirmware (v6) Andres Salomon
2010-06-18 22:30 ` [tip:x86/olpc] x86, olpc: Add support for calling into OpenFirmware tip-bot for Andres Salomon
2010-06-24  9:42 ` tip-bot for Andres Salomon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-75a9cac430a1bd2a5219c74508ca01b0ddfddc9a@git.kernel.org \
    --to=dilinger@queued.net \
    --cc=hpa@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome