aboutsummaryrefslogtreecommitdiff
path: root/linux-core/xgi_misc.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-06-29 21:38:48 -0700
committerIan Romanick <idr@us.ibm.com>2007-06-29 21:38:48 -0700
commit49ccec1b0845ea14ab2cfd2f53704fe26e38fbef (patch)
tree9cb297e2046773061d55f211086f7d6d71b035d8 /linux-core/xgi_misc.c
parent32584d94e6ef7c0b463794a40541eb8183c7fb02 (diff)
Convert xgi_mem_location enum values to less generic names.
Diffstat (limited to 'linux-core/xgi_misc.c')
-rw-r--r--linux-core/xgi_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_misc.c b/linux-core/xgi_misc.c
index eecd717b..b7923228 100644
--- a/linux-core/xgi_misc.c
+++ b/linux-core/xgi_misc.c
@@ -578,7 +578,7 @@ void xgi_mem_collect(struct xgi_info * info, unsigned int *pcnt)
}
}
if (!find) {
- if (block->location == LOCAL) {
+ if (block->location == XGI_MEMLOC_LOCAL) {
XGI_INFO
("Memory ProcessID free fb and delete one block pid:%ld addr:0x%lx successfully! \n",
block->pid, block->bus_addr);