[PATCH 02/10] xfree86: bus: fix Enter/Leave accesses behaviour
Tiago Vignatti
tiago.vignatti at nokia.com
Sun May 2 13:07:38 PDT 2010
Okay, seems we're not using extensively such hooks in fact. But fix the
expected behaviour at least.
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
hw/xfree86/common/xf86Bus.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
index 4213d99..b87074b 100644
--- a/hw/xfree86/common/xf86Bus.c
+++ b/hw/xfree86/common/xf86Bus.c
@@ -390,8 +390,6 @@ xf86GetDevFromEntity(int entityIndex, int instance)
void
xf86AccessEnter(void)
{
- return;
-
/*
* on enter we simply disable routing of special resources
* to any bus and let the RAC code to "open" the right bridges.
@@ -412,7 +410,6 @@ xf86AccessEnter(void)
void
xf86AccessLeave(void)
{
- return;
EntityLeave();
}
--
1.6.0.4
More information about the xorg-devel
mailing list