Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35673
b: refs/heads/master
c: 182daa5
h: refs/heads/master
i:
  35671: 6267585
v: v3
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Sep 26, 2006
1 parent 5688dfa commit 26fd754
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: c7f40ff15aba95bc09a759024d62b2c344ef0856
refs/heads/master: 182daa55679d9b3557d27609e7ab4bfab749ac5b
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static DEFINE_SPINLOCK(set_atomicity_lock);
* has been called.
*/

static void prepare_set(void)
static void prepare_set(void) __acquires(set_atomicity_lock)
{
unsigned long cr0;

Expand Down Expand Up @@ -274,7 +274,7 @@ static void prepare_set(void)
mtrr_wrmsr(MTRRdefType_MSR, deftype_lo & 0xf300UL, deftype_hi);
}

static void post_set(void)
static void post_set(void) __releases(set_atomicity_lock)
{
/* Flush TLBs (no need to flush caches - they are disabled) */
__flush_tlb();
Expand Down

0 comments on commit 26fd754

Please sign in to comment.