Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62421
b: refs/heads/master
c: 2378569
h: refs/heads/master
i:
  62419: e8399f1
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 22, 2007
1 parent ccc66b0 commit a137ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3cc39bda26c90782f98305c34a7f769819784a61
refs/heads/master: 2378569dd18b3b99e3535ad06b47db7c11dde7d1
6 changes: 3 additions & 3 deletions trunk/arch/i386/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static inline void pgd_list_del(pgd_t *pgd)

#if (PTRS_PER_PMD == 1)
/* Non-PAE pgd constructor */
void pgd_ctor(void *pgd)
static void pgd_ctor(void *pgd)
{
unsigned long flags;

Expand All @@ -257,7 +257,7 @@ void pgd_ctor(void *pgd)
}
#else /* PTRS_PER_PMD > 1 */
/* PAE pgd constructor */
void pgd_ctor(void *pgd)
static void pgd_ctor(void *pgd)
{
/* PAE, kernel PMD may be shared */

Expand All @@ -276,7 +276,7 @@ void pgd_ctor(void *pgd)
}
#endif /* PTRS_PER_PMD */

void pgd_dtor(void *pgd)
static void pgd_dtor(void *pgd)
{
unsigned long flags; /* can be called from interrupt context */

Expand Down

0 comments on commit a137ee9

Please sign in to comment.