search for: memory_h

Displaying 3 results from an estimated 3 matches for "memory_h".

Did you mean: memory_
2006 Apr 29
1
Problem Compiling libvorbis-1.1.2 on FreeBSD 4.7
...e, you *** may want to edit the ogg-config script: configure: error: must have Ogg installed! The relevant portion of config.log: configure:19228: checking for ogg >= 1.0 configure:19323: checking for Ogg configure:19358: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_\ MEMORY_H conftest.c -logg >&5 conftest.c:25: ogg/ogg.h: No such file or directory configure:19361: $? = 1 configure: program exited with status 1 configure: failed program was: <a bunch of stuff here, I can add it if it is needed> Interestingly, the configure script for Icecast...
2007 Apr 18
4
[patch 3/9] Guest page hinting: volatile page cache.
...es[ret - 1]->index + 1; read_unlock_irq(&mapping->tree_lock); diff -urpN linux-2.6/mm/Makefile linux-2.6-patched/mm/Makefile --- linux-2.6/mm/Makefile 2006-09-01 12:49:33.000000000 +0200 +++ linux-2.6-patched/mm/Makefile 2006-09-01 12:50:14.000000000 +0200 @@ -28,3 +28,4 @@ obj-$(CONFIG_MEMORY_HOTPLUG) += memory_h obj-$(CONFIG_FS_XIP) += filemap_xip.o obj-$(CONFIG_MIGRATION) += migrate.o obj-$(CONFIG_SMP) += allocpercpu.o +obj-$(CONFIG_PAGE_STATES) += page-discard.o diff -urpN linux-2.6/mm/memory.c linux-2.6-patched/mm/memory.c --- linux-2.6/mm/memory.c 2006-09-01 12:49:33.000000000 +02...
2007 Apr 18
4
[patch 3/9] Guest page hinting: volatile page cache.
...es[ret - 1]->index + 1; read_unlock_irq(&mapping->tree_lock); diff -urpN linux-2.6/mm/Makefile linux-2.6-patched/mm/Makefile --- linux-2.6/mm/Makefile 2006-09-01 12:49:33.000000000 +0200 +++ linux-2.6-patched/mm/Makefile 2006-09-01 12:50:14.000000000 +0200 @@ -28,3 +28,4 @@ obj-$(CONFIG_MEMORY_HOTPLUG) += memory_h obj-$(CONFIG_FS_XIP) += filemap_xip.o obj-$(CONFIG_MIGRATION) += migrate.o obj-$(CONFIG_SMP) += allocpercpu.o +obj-$(CONFIG_PAGE_STATES) += page-discard.o diff -urpN linux-2.6/mm/memory.c linux-2.6-patched/mm/memory.c --- linux-2.6/mm/memory.c 2006-09-01 12:49:33.000000000 +02...