Revision d796d8446fe0ff4442c1a1d0b10c861f17ac8168 authored by Dave Airlie on 25 January 2010, 03:08:08 UTC, committed by Dave Airlie on 25 January 2010, 06:04:42 UTC
This is the least invasive fix without migrating the radeon driver
to pm_ops from what I can see. We just always migrate VRAM objects
on IGPs for now and we can fix it up later to migrate depending
on STR vs STD.

Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 8ba5152
Raw File
Kbuild
#
# Kbuild for the EXOFS module
#
# Copyright (C) 2008 Panasas Inc.  All rights reserved.
#
# Authors:
#   Boaz Harrosh <bharrosh@panasas.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
#
# Kbuild - Gets included from the Kernels Makefile and build system
#

exofs-y := osd.o inode.o file.o symlink.o namei.o dir.o super.o
obj-$(CONFIG_EXOFS_FS) += exofs.o
back to top