From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Liqin Subject: [GIT PULL] score patches for 2.6.33 Date: Thu, 17 Dec 2009 19:19:28 +0800 Message-ID: <1261048768.25208.12.camel@ad3ser01> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mswedge2.sunplus.com ([124.219.29.227]:39984 "EHLO mswedge2.sunplus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754299AbZLQLjy (ORCPT ); Thu, 17 Dec 2009 06:39:54 -0500 Sender: linux-arch-owner@vger.kernel.org List-ID: To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, liqin.gnu@gmail.com Hi linus, Please pull from 'for-linus' branch of git://gitserver.sunplusct.com/linux-2.6-score for-linus to receive following updates. These bugs fix are base on recent comment and other part of kernel's update. The following changes since commit 718deb6b61e34c200c1f2b706176d9aac334cb2d: Al Viro (1): Fix breakage in shmem.c are available in the git repository at: git://gitserver.sunplusct.com/linux-2.6-score.git for-linus Chen Liqin (3): score: add flush_dcahce_page and PG_dcache_dirty define score: fixed pfn_valid define. score: include asm-generic/param.h in asm/delay.h. arch/score/include/asm/cacheflush.h | 4 +++- arch/score/include/asm/delay.h | 2 ++ arch/score/include/asm/page.h | 2 +- arch/score/kernel/setup.c | 1 + arch/score/mm/cache.c | 26 ++++++++++++++++++++++++-- arch/score/mm/init.c | 5 ----- 6 files changed, 31 insertions(+), 9 deletions(-)