aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat/grant_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/common/compat/grant_table.c')
-rw-r--r--xen/common/compat/grant_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/compat/grant_table.c b/xen/common/compat/grant_table.c
index fa4322e77d..f3a6d93776 100644
--- a/xen/common/compat/grant_table.c
+++ b/xen/common/compat/grant_table.c
@@ -138,7 +138,6 @@ int compat_grant_table_op(unsigned int cmd,
for ( i = 0; i < (_s_)->nr_frames; ++i ) \
{ \
unsigned int frame = (_s_)->frame_list.p[i]; \
- BUG_ON(frame != (_s_)->frame_list.p[i]); \
(void)__copy_to_compat_offset((_d_)->frame_list, i, &frame, 1); \
} \
} \