Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9628
b: refs/heads/master
c: 18efefa
h: refs/heads/master
v: v3
  • Loading branch information
Anton Altaparmakov committed Oct 4, 2005
1 parent 8c95e34 commit 4c7846b
Show file tree
Hide file tree
Showing 42 changed files with 399 additions and 290 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: 43d0b1376dc7abc29411fa31f50fe7cfb68afcd3
refs/heads/master: 18efefa9355119b4f6d9b73b074ebbf9882c37c3
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void __init time_init(void)
sbus_time_init();
}

static inline unsigned long do_gettimeoffset(void)
extern __inline__ unsigned long do_gettimeoffset(void)
{
return (*master_l10_counter >> 10) & 0x1fffff;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/mm/srmmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static inline pte_t srmmu_pte_modify(pte_t pte, pgprot_t newprot)
{ return __pte((pte_val(pte) & SRMMU_CHG_MASK) | pgprot_val(newprot)); }

/* to find an entry in a top-level page table... */
static inline pgd_t *srmmu_pgd_offset(struct mm_struct * mm, unsigned long address)
extern inline pgd_t *srmmu_pgd_offset(struct mm_struct * mm, unsigned long address)
{ return mm->pgd + (address >> SRMMU_PGDIR_SHIFT); }

/* Find an entry in the second-level page table.. */
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ config LAN_SAA9730

config NET_POCKET
bool "Pocket and portable adapters"
depends on NET_ETHERNET && PARPORT
depends on NET_ETHERNET && ISA
---help---
Cute little network (Ethernet) devices which attach to the parallel
port ("pocket adapters"), commonly used with laptops. If you have
Expand All @@ -1679,7 +1679,7 @@ config NET_POCKET

config ATP
tristate "AT-LAN-TEC/RealTek pocket adapter support"
depends on NET_POCKET && PARPORT && X86
depends on NET_POCKET && ISA && X86
select CRC32
---help---
This is a network (Ethernet) device which attaches to your parallel
Expand All @@ -1694,7 +1694,7 @@ config ATP

config DE600
tristate "D-Link DE600 pocket adapter support"
depends on NET_POCKET && PARPORT
depends on NET_POCKET && ISA
---help---
This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the
Expand All @@ -1709,7 +1709,7 @@ config DE600

config DE620
tristate "D-Link DE620 pocket adapter support"
depends on NET_POCKET && PARPORT
depends on NET_POCKET && ISA
---help---
This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the
Expand Down
Loading

0 comments on commit 4c7846b

Please sign in to comment.