Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360200
b: refs/heads/master
c: 5f784f7
h: refs/heads/master
v: v3
  • Loading branch information
Sasha Levin authored and Jason Wessel committed Mar 2, 2013
1 parent a84287a commit b840495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e78acf67ba7e32071e6eca14d8c39c7b1f130c31
refs/heads/master: 5f784f798c1a6367d314b3ea5d742a5dcc8dc7ca
4 changes: 2 additions & 2 deletions trunk/kernel/debug/kdb/kdb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static kdbmsg_t kdbmsgs[] = {
};
#undef KDBMSG

static const int __nkdb_err = sizeof(kdbmsgs) / sizeof(kdbmsg_t);
static const int __nkdb_err = ARRAY_SIZE(kdbmsgs);


/*
Expand Down Expand Up @@ -175,7 +175,7 @@ static char *__env[] = {
(char *)0,
};

static const int __nenv = (sizeof(__env) / sizeof(char *));
static const int __nenv = ARRAY_SIZE(__env);

struct task_struct *kdb_curr_task(int cpu)
{
Expand Down

0 comments on commit b840495

Please sign in to comment.