login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
29
Re: [thisops uV2 06/10] vmstat: Use this_cpu_inc_return for vm statistics
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Christoph Lameter
Subject:
Re: [thisops uV2 06/10] vmstat: Use this_cpu_inc_return for vm statistics
Date: Monday, November 29, 2010 - 9:04 am
On Sat, 27 Nov 2010, Pekka Enberg wrote:
quoted text
> > @@ -167,8 +167,8 @@ static void refresh_zone_stat_thresholds > > void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, > > int delta) > > { > > - struct per_cpu_pageset * __percpu pcp = zone->pageset; > > - s8 * __percpu p = pcp->vm_stat_diff + item; > > + struct per_cpu_pageset __percpu *pcp = zone->pageset; > > + s8 __percpu *p = pcp->vm_stat_diff + item; > > long x; > > long t; > > > > Shouldn't this hunk be in the other vmstat patch?
Right. I did not run sparse with the first patch alone.
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[thisops uV2 06/10] vmstat: Use this_cpu_inc_return for vm ...
, Christoph Lameter
, (Fri Nov 26, 2:09 pm)
Re: [thisops uV2 06/10] vmstat: Use this_cpu_inc_return fo ...
, Pekka Enberg
, (Sat Nov 27, 1:09 am)
Re: [thisops uV2 06/10] vmstat: Use this_cpu_inc_return fo ...
, Christoph Lameter
, (Mon Nov 29, 9:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.