linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Christoph Lameter <cl@linux-foundation.org>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Johannes Weiner <hannes@cmpxchg.org>,
	kbuild-all@01.org
Subject: [mmotm:master 449/471] arch/powerpc/mm/stab.c:138:1930: error: lvalue required as left operand of assignment
Date: Thu, 06 Mar 2014 14:07:19 +0800	[thread overview]
Message-ID: <53181097.1/AXUdnYumG1peap%fengguang.wu@intel.com> (raw)

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   f6bf2766c2091cbf8ffcc2c5009875dbdb678282
commit: f6d4db312108dac3960ea8c20f00a06ee6815d7a [449/471] powerpc: replace __get_cpu_var uses
config: make ARCH=powerpc allmodconfig

All error/warnings:

   arch/powerpc/mm/stab.c: In function '__ste_allocate':
>> arch/powerpc/mm/stab.c:138:1930: error: lvalue required as left operand of assignment
       __this_cpu_read(stab_cache[offset++]) = stab_entry;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ^
--
   kernel/softirq.c: In function '__do_softirq':
>> kernel/softirq.c:252:2067: error: lvalue required as left operand of assignment
     set_softirq_pending(0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^
   kernel/softirq.c: In function '__raise_softirq_irqoff':
>> kernel/softirq.c:427:2067: error: lvalue required as left operand of assignment
     or_softirq_pending(1UL << nr);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^

vim +138 arch/powerpc/mm/stab.c

   132	
   133		stab_entry = make_ste(get_paca()->stab_addr, GET_ESID(ea), vsid);
   134	
   135		if (!is_kernel_addr(ea)) {
   136			offset = __this_cpu_read(stab_cache_ptr);
   137			if (offset < NR_STAB_CACHE_ENTRIES)
 > 138				__this_cpu_read(stab_cache[offset++]) = stab_entry;
   139			else
   140				offset = NR_STAB_CACHE_ENTRIES+1;
   141			__this_cpu_write(stab_cache_ptr, offset);

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

                 reply	other threads:[~2014-03-06  6:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=53181097.1/AXUdnYumG1peap%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    /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