mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Add a patch for speedup cache writeback.
This commit is contained in:
@@ -131,6 +131,9 @@ endif
|
||||
# Reiser4 (don't check if fail (some patches are already in xen patchset)
|
||||
-cd $(DIR_APP) && bzcat $(DIR_DL)/reiser4-for-2.6.32.patch.bz2 | patch -Np1
|
||||
|
||||
# Fix lag's at cache access (eg. quit of mc)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6-vmscan_remove_wait_on_page_writeback.patch
|
||||
|
||||
# ipp2p 0.8.2-pomng
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.8-ipp2p-0.8.2-pomng.patch
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
###############################################################################
|
||||
|
||||
include Config
|
||||
|
||||
VER = kernel
|
||||
|
||||
include linux
|
||||
|
||||
PROG = linux-pae
|
||||
|
||||
Reference in New Issue
Block a user