Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330407
b: refs/heads/master
c: 4ed5978
h: refs/heads/master
i:
  330405: e939832
  330403: 0438713
  330399: cab2a2a
v: v3
  • Loading branch information
Stefano Stabellini authored and Konrad Rzeszutek Wilk committed Oct 3, 2012
1 parent 013084f commit 667ae56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e3d88602814e5fd5b88d5c73be3305060c473b6
refs/heads/master: 4ed5978bdd99114db7773cb3d78f2998bd17f694
2 changes: 1 addition & 1 deletion trunk/include/xen/xen.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern enum xen_domain_type xen_domain_type;
#include <asm/xen/hypervisor.h>

#define xen_initial_domain() (xen_domain() && \
xen_start_info->flags & SIF_INITDOMAIN)
xen_start_info && xen_start_info->flags & SIF_INITDOMAIN)
#else /* !CONFIG_XEN_DOM0 */
#define xen_initial_domain() (0)
#endif /* CONFIG_XEN_DOM0 */
Expand Down

0 comments on commit 667ae56

Please sign in to comment.