public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 3.18] tinification fixup for 3.18: fadvise without CONFIG_MMU
@ 2014-10-10 20:34 Josh Triplett
  0 siblings, 0 replies; only message in thread
From: Josh Triplett @ 2014-10-10 20:34 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

The following changes since commit d3ac21cacc24790eb45d735769f35753f5b56ceb:

  mm: Support compiling out madvise and fadvise (2014-08-17 19:44:24 -0500)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/josh/linux.git tags/tiny/no-advice-fixup-3.18

for you to fetch changes up to 887e7019e3b8f00c7901c0bc66fb689ced69f7b4:

  mm: Support fadvise without CONFIG_MMU (2014-10-10 13:12:28 -0700)

----------------------------------------------------------------
Fixup for 3.18: use PATCHv2 of "mm: Support compiling out madvise and fadvise"

----------------------------------------------------------------
Josh "Paper Bag" Triplett (1):
      mm: Support fadvise without CONFIG_MMU

 mm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mm/Makefile b/mm/Makefile
index fe7a053..2ad574d 100644
--- a/mm/Makefile
+++ b/mm/Makefile
@@ -28,8 +28,9 @@ else
 	obj-y		+= bootmem.o
 endif
 
+obj-$(CONFIG_ADVISE_SYSCALLS)	+= fadvise.o
 ifdef CONFIG_MMU
-	obj-$(CONFIG_ADVISE_SYSCALLS)	+= fadvise.o madvise.o
+	obj-$(CONFIG_ADVISE_SYSCALLS)	+= madvise.o
 endif
 obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-10 20:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 20:34 [GIT PULL 3.18] tinification fixup for 3.18: fadvise without CONFIG_MMU Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox